diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:19:08 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-07-28 11:19:08 -0400 |
commit | ac4770a921ca62ce1abd9941e2f13a51b7cbe489 (patch) | |
tree | bdd24ad552671b77577b280e3a3f9dcf9bda9676 /jobs | |
parent | 3c027af96e59d68bdd37cc4638983f026817e0d0 (diff) |
providers:checkbox: Test definition fixes for stress.
Removed a bad dependency from an attachment test. If the depended-on test fails, we will have no attachment and thus no way to debug failures. Fixed bad number of iterations in the network interface restart test. Instructions say the test will run 100 times but this was not reflected in the definition.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/stress.txt.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/jobs/stress.txt.in b/jobs/stress.txt.in index 0e12426..6745ef6 100644 --- a/jobs/stress.txt.in +++ b/jobs/stress.txt.in @@ -262,7 +262,6 @@ id: stress/graphics-tarball estimated_duration: 1.0 requires: package.name == 'x11-apps' -depends: stress/graphics command: [ -e $PLAINBOX_SESSION_SHARE/graphics-stress-results ] && tar cvfz $PLAINBOX_SESSION_SHARE/graphics-stress-results.tar.gz $PLAINBOX_SESSION_SHARE/graphics-stress-results _description: Attaches the graphics stress results to the submission. @@ -297,7 +296,7 @@ id: stress/network_restart estimated_duration: 1500.0 user: root environ: PLAINBOX_SESSION_SHARE -command: network_restart -t 1 -o $PLAINBOX_SESSION_SHARE +command: network_restart -t 100 -o $PLAINBOX_SESSION_SHARE _description: Ping ubuntu.com and restart network interfaces 100 times plugin: attachment |