From ac4770a921ca62ce1abd9941e2f13a51b7cbe489 Mon Sep 17 00:00:00 2001 From: Daniel Manrique Date: Mon, 28 Jul 2014 11:19:08 -0400 Subject: 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. --- jobs/stress.txt.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'jobs') 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 -- cgit v1.2.3