~kissiel/checkbox/checkbox-touch-cleanup

« back to all changes in this revision

Viewing changes to checkbox-touch/tests/autopilot/autopilot-provider/jobs/autopilot.pxu

"automatic merge of lp:~kissiel/checkbox/command-output-in-cbt/ by tarmac [r=sylvain-pineau][bug=][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
category_id: normal
207
207
flags: preserve-locale
208
208
command: true
 
209
 
 
210
id: autopilot/print-and-verify
 
211
_purpose:
 
212
 Purpose of this test is to assist Autopilot in testing Checkbox-Touch.
 
213
 This test will print "foobar" on stdout and outopilot should verify if it was
 
214
 printed.
 
215
plugin: user-verify
 
216
command: echo "foobar"
 
217
estimated_duration: 2
 
218
flags: preserve-locale
 
219
category_id: normal
 
220
 
 
221
id: autopilot/print-and-sleep
 
222
_purpose:
 
223
 Purpose of this test is to assist Autopilot in testing Checkbox-Touch.
 
224
 This test will print "foobar" on stdout and sleep for 10 seconds.
 
225
plugin: shell
 
226
command: echo "foobar" && sleep 10
 
227
estimated_duration: 10
 
228
flags: preserve-locale
 
229
category_id: normal