diff options
author | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2015-08-05 15:06:17 +0200 |
---|---|---|
committer | Maciej Kisielewski <maciej.kisielewski@canonical.com> | 2015-08-05 15:06:17 +0200 |
commit | c868fb55fb99a4c20c4f2848302f9f91c2fb8f3a (patch) | |
tree | 7bef8ae44ac8aae1478b5771076887fd482531ac | |
parent | 1c3eb99ce114dd167368d3017b2e6d4806bc7eef (diff) |
providers:checkbox: add reboots with suspends job
Signed-off-by: Maciej Kisielewski <maciej.kisielewski@canonical.com>
-rw-r--r-- | jobs/stress.txt.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/jobs/stress.txt.in b/jobs/stress.txt.in index 1715e95..00c0492 100644 --- a/jobs/stress.txt.in +++ b/jobs/stress.txt.in @@ -46,6 +46,18 @@ _description: Attaches the log from the 30 cycle Hibernate/Resume test if it exists plugin: shell +id: power-management/suspend_30_cycles_with_reboots +estimated_duration: 7200 +depends: + power-management/rtc + suspend/suspend_advanced +user: root +command: + pm_test reboot --log-level=debug --log-dir=$PLAINBOX_SESSION_SHARE --suspends-before-reboot=30 -r 3 +_description: + This is an automated stress test that will run a sequence of '30 suspend/resume cycles and one reboot' 3 times. + +plugin: shell id: power-management/suspend_30_cycles estimated_duration: 2400.0 depends: |