diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-29 11:09:09 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-29 11:09:09 -0400 |
commit | b3c3a6c2dc30442ec8a71619193e5cf179755e7e (patch) | |
tree | d29d4d4a9cbcca59be42b4298ae4fb97a441b6a9 /jobs | |
parent | 472f01f74cd4d961028d5b5b90504defa729a819 (diff) |
providers:checkbox: Added missing jobs to complete the 30-iteration reboot/poweroff set
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/stress.txt.in | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/jobs/stress.txt.in b/jobs/stress.txt.in index 6a96c0d..de78de4 100644 --- a/jobs/stress.txt.in +++ b/jobs/stress.txt.in @@ -217,6 +217,34 @@ depends: stress/poweroff command: tar cvfz $PLAINBOX_SESSION_SHARE/stress_poweroff_30.tgz $PLAINBOX_SESSION_SHARE/*poweroff.30.log && cat $PLAINBOX_SESSION_SHARE/stress_poweroff_30.tgz plugin: shell +id: stress/reboot_30_check +estimated_duration: 1.0 +depends: stress/reboot_30 +command: pm_log_check --log-level=notset $PLAINBOX_SESSION_SHARE/pm_test.reboot.30.log $PLAINBOX_SESSION_SHARE/pm_log_check_reboot.30.log +_description: Check logs for the stress reboot (30 cycles) test case + +plugin: attachment +id: stress/reboot_30_check_log +estimated_duration: 1.0 +depends: stress/reboot_30_check +command: + tar cvfz $PLAINBOX_SESSION_SHARE/stress_reboot_check_30.tgz $PLAINBOX_SESSION_SHARE/pm_log_check_reboot.30.log && cat $PLAINBOX_SESSION_SHARE/stress_reboot_check_30.tgz + +plugin: shell +id: stress/poweroff_30_check +estimated_duration: 1.0 +depends: stress/poweroff_30 +command: pm_log_check --log-level=notset $PLAINBOX_SESSION_SHARE/pm_test.poweroff.30.log $PLAINBOX_SESSION_SHARE/pm_log_check_poweroff.30.log +_description: Check logs for the stress poweroff (30 cycles) test case + +plugin: attachment +id: stress/poweroff_30_check_log +estimated_duration: 1.0 +depends: stress/poweroff_30_check +command: + tar cvfz $PLAINBOX_SESSION_SHARE/stress_poweroff_check_30.tgz $PLAINBOX_SESSION_SHARE/pm_log_check_poweroff.30.log && cat $PLAINBOX_SESSION_SHARE/stress_poweroff_check_30.tgz + +plugin: shell id: stress/reboot_check estimated_duration: 1.0 depends: stress/reboot |