/systemd-251/test/test-execute/ |
D | exec-specifier.service | 7 ExecStart=test %n = exec-specifier.service key 8 ExecStart=test %N = exec-specifier key 9 ExecStart=test %p = exec-specifier key 10 ExecStart=test %P = exec/specifier key 11 ExecStart=test %i = "" key 12 ExecStart=test %I = "" key 13 ExecStart=test %j = specifier key 14 ExecStart=test %J = specifier key 15 ExecStart=test %f = /exec/specifier key 16 ExecStart=test %t = /run key [all …]
|
D | exec-specifier@.service | 7 ExecStart=test %n = exec-specifier@foo-bar.service key 8 ExecStart=test %N = exec-specifier@foo-bar key 9 ExecStart=test %p = exec-specifier key 10 ExecStart=test %P = exec/specifier key 11 ExecStart=test %i = foo-bar key 12 ExecStart=test %I = foo/bar key 13 ExecStart=test %j = specifier key 14 ExecStart=test %J = specifier key 15 ExecStart=test %f = /foo/bar key 16 ExecStart=test %t = /run key [all …]
|
D | exec-dynamicuser-statedir-migrate-step2.service | 6 ExecStart=test -w /var/lib/test-dynamicuser-migrate key 7 ExecStart=test -w /var/lib/test-dynamicuser-migrate2/hoge key 8 ExecStart=test -L /var/lib/test-dynamicuser-migrate key 9 ExecStart=test -L /var/lib/test-dynamicuser-migrate2/hoge key 10 ExecStart=test -d /var/lib/test-dynamicuser-migrate key 11 ExecStart=test -d /var/lib/test-dynamicuser-migrate2/hoge key 12 ExecStart=test -f /var/lib/test-dynamicuser-migrate/yay key 13 ExecStart=test -f /var/lib/test-dynamicuser-migrate2/hoge/yayyay key 14 ExecStart=test -d /var/lib/private/test-dynamicuser-migrate key 15 ExecStart=test -d /var/lib/private/test-dynamicuser-migrate2/hoge key [all …]
|
D | exec-dynamicuser-statedir.service | 6 ExecStart=test -w /var/lib/waldo key 7 ExecStart=test -w /var/lib/quux/pief key 8 ExecStart=touch /var/lib/waldo/yay key 9 ExecStart=touch /var/lib/quux/pief/yayyay key 10 ExecStart=test -f /var/lib/waldo/yay key 11 ExecStart=test -f /var/lib/quux/pief/yayyay key 12 ExecStart=test -f /var/lib/private/waldo/yay key 13 ExecStart=test -f /var/lib/private/quux/pief/yayyay key 14 ExecStart=sh -x -c 'test "$$STATE_DIRECTORY" = "%S/waldo:%S/quux/pief"' key 17 ExecStart=sh -x -c 'test $$(find / \\( -path /var/tmp -o -path /tmp -o -path /proc -o -path /dev/mq… key
|
D | exec-dynamicuser-statedir-migrate-step1.service | 6 ExecStart=test -w /var/lib/test-dynamicuser-migrate key 7 ExecStart=test -w /var/lib/test-dynamicuser-migrate2/hoge key 8 ExecStart=test ! -L /var/lib/test-dynamicuser-migrate key 9 ExecStart=test ! -L /var/lib/test-dynamicuser-migrate2/hoge key 10 ExecStart=test -d /var/lib/test-dynamicuser-migrate key 11 ExecStart=test -d /var/lib/test-dynamicuser-migrate2/hoge key 12 ExecStart=touch /var/lib/test-dynamicuser-migrate/yay key 13 ExecStart=touch /var/lib/test-dynamicuser-migrate2/hoge/yayyay key 14 ExecStart=/bin/sh -x -c 'test "$$STATE_DIRECTORY" = "%S/test-dynamicuser-migrate:%S/test-dynamicuse… key
|
D | exec-temporaryfilesystem-ro.service | 9 ExecStart=/bin/sh -c 'test -d /var/test-exec-temporaryfilesystem/rw && test -d /var/test-exec-tempo… key 12 ExecStart=/bin/sh -c 'for i in $$(ls -A /var); do test $$i = test-exec-temporaryfilesystem || false… key 15 ExecStart=sh -x -c 'test "$$(stat -c %%a /var)" = "755"' key 18 ExecStart=/bin/sh -c '! touch /var/hoge' key 21 ExecStart=/bin/sh -c 'touch /var/test-exec-temporaryfilesystem/rw/thisisasimpletest-temporaryfilesy… key 24 ExecStart=/bin/sh -c 'test -f /tmp/thisisasimpletest-temporaryfilesystem' key 27 ExecStart=/bin/sh -c 'test -f /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfile… key 30 ExecStart=/bin/sh -c '! touch /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfile… key 33 ExecStart=/bin/sh -c 'rm /tmp/thisisasimpletest-temporaryfilesystem' key
|
D | exec-temporaryfilesystem-rw.service | 9 ExecStart=test -d /var/test-exec-temporaryfilesystem/rw -a -d /var/test-exec-temporaryfilesystem/ro key 12 ExecStart=sh -c 'for i in $$(ls -A /var); do test $$i = test-exec-temporaryfilesystem || false; don… key 15 ExecStart=sh -x -c 'test "$$(stat -c %%a /var)" = "755"' key 18 ExecStart=touch /var/hoge key 21 ExecStart=touch /var/test-exec-temporaryfilesystem/rw/thisisasimpletest-temporaryfilesystem key 24 ExecStart=test -f /tmp/thisisasimpletest-temporaryfilesystem key 27 ExecStart=test -f /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfilesystem key 30 ExecStart=sh -c '! touch /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfilesyste… key 33 ExecStart=rm /tmp/thisisasimpletest-temporaryfilesystem key
|
D | exec-supplementarygroups-multiple-groups-default-group-user.service | 6 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "%G" && HAVE=1; done; test "$$… key 7 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$H… key 8 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "2" && HAVE=1; done; test "$$H… key 9 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "3" && HAVE=1; done; test "$$H… key 10 ExecStart=/bin/sh -x -c 'test "$$(id -g)" = "%G" && test "$$(id -u)" = "%U"' key
|
D | exec-bindpaths.service | 8 ExecStart=touch /tmp/test-exec-bindpaths/thisisasimpletest key 10 ExecStart=test -f /tmp/thisisasimpletest key 12 ExecStart=test -f /tmp/test-exec-bindreadonlypaths/thisisasimpletest key 14 ExecStart=/bin/sh -x -c '! touch /tmp/test-exec-bindreadonlypaths/thisisasimpletest' key 16 ExecStart=rm /tmp/thisisasimpletest key
|
D | exec-temporaryfilesystem-options.service | 13 ExecStart=/bin/sh -x -c 'test "$$(awk \'$$5 == "/var" && $$11 !~ /(^|,)mode=700(,|$$)/ { print $$6 … key 15 ExecStart=/bin/sh -x -c 'test "$$(awk \'$$5 == "/var" && $$6 !~ /(^|,)ro(,|$$)/ { print $$6 }\' /pr… key 16 ExecStart=/bin/sh -x -c 'test "$$(awk \'$$5 == "/var" && $$6 !~ /(^|,)nodev(,|$$)/ { print $$6 }\' … key 17 ExecStart=/bin/sh -x -c 'test "$$(awk \'$$5 == "/var" && $$6 ~ /(^|,)strictatime(,|$$)/ { print $$6… key
|
D | exec-supplementarygroups-multiple-groups-withgid.service | 6 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$H… key 7 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "2" && HAVE=1; done; test "$$H… key 8 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "3" && HAVE=1; done; test "$$H… key 9 ExecStart=/bin/sh -x -c 'test "$$(id -g)" = "1" && test "$$(id -u)" = "%U"' key
|
D | exec-dynamicuser-runtimedirectory3.service | 6 ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectorypreserve' key 7 ExecStart=/bin/sh -x -c 'test "$$RUNTIME_DIRECTORY" = "%t/test-exec_runtimedirectorypreserve"' key 8 ExecStart=/bin/sh -x -c 'test -f $$RUNTIME_DIRECTORY/test' key 9 ExecStart=/bin/sh -x -c 'touch $$RUNTIME_DIRECTORY/test' key
|
D | exec-dynamicuser-runtimedirectory2.service | 6 ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectorypreserve' key 7 ExecStart=/bin/sh -x -c 'test "$$RUNTIME_DIRECTORY" = "%t/test-exec_runtimedirectorypreserve"' key 8 ExecStart=/bin/sh -x -c 'test -f $$RUNTIME_DIRECTORY/test' key 9 ExecStart=/bin/sh -x -c 'touch $$RUNTIME_DIRECTORY/test' key
|
D | exec-readonlypaths-simple.service | 8 ExecStart=+/bin/sh -c 'touch /tmp/thisisasimpletest' key 10 ExecStart=/bin/sh -x -c '! touch /tmp/thisisasimpletest' key 11 ExecStart=+/bin/sh -c 'rm /tmp/thisisasimpletest' key
|
D | exec-basic.service | 10 ExecStart=touch /tmp/a ; /bin/sh -c 'touch /tmp/b' ; touch /tmp/c key 11 ExecStart=test -f /tmp/a key 12 ExecStart=!test -f /tmp/b key 13 ExecStart=!!test -f /tmp/c key
|
D | exec-specifier-credentials-dir.service | 9 ExecStart=test %d/very_top_secret = "${CREDENTIALS_DIRECTORY}/very_top_secret" key 11 ExecStart=test %d/very_top_secret = "${CREDENTIALS_DIRECTORY}/very_top_secret" key 12 ExecStart=sh -c 'test %d/very_top_secret = "$TOP_SECRET"' key
|
D | exec-supplementarygroups-multiple-groups-withuid.service | 6 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$H… key 7 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "2" && HAVE=1; done; test "$$H… key 8 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "3" && HAVE=1; done; test "$$H… key
|
D | exec-runtimedirectory.service | 6 ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectory' key 7 ExecStart=/bin/sh -x -c 'test -d %t/test-exec_runtimedirectory2/hogehoge' key 8 ExecStart=/bin/sh -x -c 'test "$$RUNTIME_DIRECTORY" = "%t/test-exec_runtimedirectory:%t/test-exec_r… key
|
D | exec-temporaryfilesystem-usr.service | 9 ExecStart=/bin/sh -c 'for i in $$(ls -A /usr); do test $$i = lib -o $$i = lib64 -o $$i = bin -o $$i… key 12 ExecStart=/bin/sh -c '! touch /usr/hoge' key 13 ExecStart=/bin/sh -c '! touch /usr/bin/hoge' key
|
D | exec-dynamicuser-supplementarygroups.service | 6 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "1" && HAVE=1; done; test "$$H… key 7 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "2" && HAVE=1; done; test "$$H… key 8 ExecStart=/bin/sh -x -c 'HAVE=0; for g in $$(id -G); do test "$$g" = "3" && HAVE=1; done; test "$$H… key
|
D | exec-privatedevices-yes-with-group.service | 11 ExecStart=/bin/sh -x -c 'test "$$(id -n -g)" = "daemon"' key 14 ExecStart=/bin/sh -c 'test ! -c /dev/kmsg' key 17 ExecStart=/bin/sh -x -c 'test ! "$$(stat -c %%G /dev/stderr)" = "daemon"' key
|
/systemd-251/test/units/ |
D | testsuite-63.service | 11 ExecStart=rm -f /tmp/nonexistent key 12 ExecStart=systemctl start test63.path key 13 ExecStart=touch /tmp/test63 key 15 ExecStart=sleep 2 key 16 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P ActiveState)" = inactive' key 17 ExecStart=sh -x -c 'test "$(systemctl show test63.service -P Result)" = success' key 18 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P ActiveState)" = failed' key 19 ExecStart=sh -x -c 'test "$(systemctl show test63.path -P Result)" = trigger-limit-hit' key 22 ExecStart=rm -f /tmp/test63 key 23 ExecStart=systemctl reset-failed key [all …]
|
D | testsuite-10.service | 8 ExecStart=rm -f /tmp/nonexistent key 9 ExecStart=systemctl start test10.socket key 10 ExecStart=-nc -w20 -U /run/test.ctl key 13 ExecStart=sleep 10 key 14 ExecStart=sh -x -c 'test "$(systemctl show test10.socket -P ActiveState)" = failed' key 15 ExecStart=sh -x -c 'test "$(systemctl show test10.socket -P Result)" = trigger-limit-hit' key 16 ExecStart=sh -x -c 'echo OK >/testok' key
|
D | testsuite-62-1.service | 5 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.1' key 6 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.5' key 7 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.9' key
|
D | testsuite-62-2.service | 5 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.1' key 6 ExecStart=/bin/sh -c 'ping -c 1 -W 0.2 192.168.113.5' key 7 ExecStart=/bin/sh -c '! ping -c 1 -W 0.2 192.168.113.9' key
|