diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-02-22 09:56:55 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2018-02-22 15:00:51 +0100 |
commit | 04df0fcc7e932f2f3421e1ff00f761e81f2cd697 (patch) | |
tree | 121f6e12ba689a51560587671f93c1f587510c0f /units/power-management | |
parent | 6c7dc2ffbd62e1dd330c4873852d2858aec5bca3 (diff) |
Remove autorestart flags for pm_test jobs
Resuming is performed thanks to the respawn command
Diffstat (limited to 'units/power-management')
-rw-r--r-- | units/power-management/jobs.pxu | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/units/power-management/jobs.pxu b/units/power-management/jobs.pxu index 976f8149..be640c32 100644 --- a/units/power-management/jobs.pxu +++ b/units/power-management/jobs.pxu @@ -39,7 +39,7 @@ user: root environ: PLAINBOX_SESSION_SHARE requires: executable.name == 'fwts' command: pm_test --silent --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox poweroff --log-level=debug --log-dir=$PLAINBOX_SESSION_SHARE -flags: noreturn autorestart +flags: noreturn _description: This test will check the system's ability to power-off and boot. @@ -61,7 +61,7 @@ user: root environ: PLAINBOX_SESSION_SHARE requires: executable.name == 'fwts' command: pm_test --silent --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox reboot --log-level=debug --log-dir=$PLAINBOX_SESSION_SHARE -flags: noreturn autorestart +flags: noreturn _description: This test will check the system's ability to reboot cleanly. |