]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
sg-run-job: Repeat rumpuserxen-demo-xenstorels test 150 times
authorIan Campbell <ian.campbell@citrix.com>
Fri, 17 Apr 2015 10:01:29 +0000 (11:01 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 14 May 2015 10:56:19 +0000 (11:56 +0100)
With 50 we are still seeing occasional spurious passes.

Looking at some logs the current 50 iterations takes around 4 minutes
to run (3-4s per iteration).

I think we can justify spending 10 minutes running this test, which is
150x4s.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
sg-run-job

index eae159d7d876301159a76bd2b0c216fac0a34863..d53fd838d9ecf51d8aed2240c81f8e11a5c157dc 100755 (executable)
@@ -335,7 +335,7 @@ proc run-job/test-rumpuserxen {} {
     run-ts . =   ts-rumpuserxen-demo-setup      + host + $g
     run-ts . =   ts-rumpuserxen-demo-xenstorels + host + $g
     run-ts . =   ts-guest-destroy-hard          + host + $g
-    repeat-ts 50 =.repeat \
+    repeat-ts 150 =.repeat \
                  ts-rumpuserxen-demo-xenstorels + host + $g   + \; \
                  ts-guest-destroy-hard            host   $g   +
 }