~cr3/checkbox/story554_V2

« back to all changes in this revision

Viewing changes to jobs/stress.txt.in

  • Committer: Marc Tardif
  • Date: 2012-05-16 20:26:17 UTC
  • Revision ID: marc.tardif@canonical.com-20120516202617-njpd5xw83a8z02k6
Added required output_log_filename to pm_log_check.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
plugin: shell
107
107
name: stress/reboot_check
108
108
depends: stress/reboot
109
 
command: pm_log_check --log-level=notset $CHECKBOX_DATA/*reboot.100.log
 
109
command: pm_log_check --log-level=notset $CHECKBOX_DATA/*reboot.100.log $CHECKBOX_DATA/pm_log_check_reboot.100.log
110
110
_description: Check logs for the stress reboot (100 cycles) test case
111
111
 
112
112
plugin: attachment
113
113
name: stress/reboot_check_log
114
114
depends: stress/reboot_check
115
115
command:
116
 
 tar cvfz stress_reboot_check.tgz $CHECKBOX_DATA/*check*reboot.100.log && cat $CHECKBOX_DATA/stress_reboot_check.tgz
 
116
 tar cvfz stress_reboot_check.tgz $CHECKBOX_DATA/pm_log_check_reboot.100.log && cat $CHECKBOX_DATA/stress_reboot_check.tgz
117
117
 
118
118
plugin: shell
119
119
name: stress/poweroff_check
120
120
depends: stress/poweroff
121
 
command: pm_log_check --log-level=notset $CHECKBOX_DATA/*poweroff.100.log
 
121
command: pm_log_check --log-level=notset $CHECKBOX_DATA/*poweroff.100.log $CHECKBOX_DATA/pm_log_check_poweroff.100.log
122
122
_description: Check logs for the stress poweroff (100 cycles) test case
123
123
 
124
124
plugin: attachment
125
125
name: stress/poweroff_check_log
126
126
depends: stress/poweroff_check
127
127
command:
128
 
 tar cvfz stress_poweroff_check.tgz $CHECKBOX_DATA/*check*poweroff.100.log && cat $CHECKBOX_DATA/stress_poweroff_check.tgz
 
128
 tar cvfz stress_poweroff_check.tgz $CHECKBOX_DATA/pm_log_check_poweroff.100.log && cat $CHECKBOX_DATA/stress_poweroff_check.tgz