test: move TEST-17-WANTS setup to static files

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-12-10 08:21:02 +01:00
parent e5b0aaaf56
commit 9911131a60
3 changed files with 8 additions and 15 deletions

View File

@ -15,20 +15,7 @@ test_setup() {
setup_basic_environment
mask_supporting_services
# setup the testsuite service
cat >$initdir/etc/systemd/system/testsuite.service <<EOF
[Unit]
Description=Testsuite service
[Service]
ExecStart=/bin/bash -x /testsuite.sh
Type=oneshot
EOF
cp testsuite.sh $initdir/
setup_testsuite
)
}
do_test "$@"
do_test "$@" 17

View File

@ -0,0 +1,6 @@
[Unit]
Description=TEST-17-UDEV-WANTS
[Service]
ExecStart=/usr/lib/systemd/tests/testdata/units/%N.sh
Type=oneshot

View File

@ -69,6 +69,6 @@ while : ; do
sleep .5
done
echo OK > /testok
echo OK >/testok
exit 0