Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v246-rc2
/
.
/
test
/
TEST-03-JOBS
/
test.sh
blob: 221a18682a9f90820db8357ee837716c7b13bdbe [
file
] [
log
] [
blame
] [
raw
]
#!/usr/bin/env bash
set
-
e
TEST_DESCRIPTION
=
"Job-related tests"
TEST_NO_QEMU
=
1
IMAGE_NAME
=
"default"
.
$TEST_BASE_DIR
/
test
-
functions
do_test
"$@"
03