test: move TEST-34-DYNAMICUSERMIGRATE setup to static files

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2019-12-10 09:49:08 +01:00
parent ff978cd24a
commit 01efa07960
3 changed files with 7 additions and 14 deletions

View File

@ -13,21 +13,8 @@ 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
)
setup_nspawn_root
}
do_test "$@"
do_test "$@" 34

View File

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