summaryrefslogtreecommitdiff
path: root/units
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2018-02-22 09:56:55 +0100
committerSylvain Pineau <sylvain.pineau@canonical.com>2018-02-22 15:00:51 +0100
commit04df0fcc7e932f2f3421e1ff00f761e81f2cd697 (patch)
tree121f6e12ba689a51560587671f93c1f587510c0f /units
parent6c7dc2ffbd62e1dd330c4873852d2858aec5bca3 (diff)
Remove autorestart flags for pm_test jobs
Resuming is performed thanks to the respawn command
Diffstat (limited to 'units')
-rw-r--r--units/power-management/jobs.pxu4
-rw-r--r--units/stress/jobs.pxu10
2 files changed, 7 insertions, 7 deletions
diff --git a/units/power-management/jobs.pxu b/units/power-management/jobs.pxu
index 976f814..be640c3 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.
diff --git a/units/stress/jobs.pxu b/units/stress/jobs.pxu
index 42a79cc..8d25af9 100644
--- a/units/stress/jobs.pxu
+++ b/units/stress/jobs.pxu
@@ -74,7 +74,7 @@ depends:
suspend/suspend_advanced
requires:
executable.name == 'x-terminal-emulator'
-flags: noreturn autorestart
+flags: noreturn
user: root
command:
pm_test reboot --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox --fwts --log-level=debug --log-dir=$PLAINBOX_SESSION_SHARE --suspends-before-reboot=30 -r 3 --silent
@@ -224,7 +224,7 @@ id: stress/reboot
estimated_duration: 4500.0
requires: executable.name == 'fwts'
command: pm_test --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox -r 100 --silent --log-level=notset reboot --log-dir=$PLAINBOX_SESSION_SHARE
-flags: noreturn autorestart
+flags: noreturn
user: root
environ: PLAINBOX_SESSION_SHARE
_description:
@@ -245,7 +245,7 @@ id: stress/reboot_30
requires: executable.name == 'fwts'
executable.name == 'x-terminal-emulator'
command: pm_test --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox -r 30 --silent --log-level=notset reboot --log-dir=$PLAINBOX_SESSION_SHARE
-flags: noreturn autorestart
+flags: noreturn
estimated_duration: 2700
user: root
environ: PLAINBOX_SESSION_SHARE
@@ -268,7 +268,7 @@ requires:
executable.name == 'fwts'
executable.name == 'x-terminal-emulator'
command: pm_test --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox -r 100 --silent --log-level=notset poweroff --log-dir=$PLAINBOX_SESSION_SHARE
-flags: noreturn autorestart
+flags: noreturn
user: root
environ: PLAINBOX_SESSION_SHARE
_description:
@@ -290,7 +290,7 @@ requires:
executable.name == 'fwts'
executable.name == 'x-terminal-emulator'
command: pm_test --checkbox-respawn-cmd $PLAINBOX_SESSION_SHARE/__respawn_checkbox -r 30 --wakeup 150 --silent --log-level=notset poweroff --log-dir=$PLAINBOX_SESSION_SHARE
-flags: noreturn autorestart
+flags: noreturn
estimated_duration: 3600
user: root
environ: PLAINBOX_SESSION_SHARE