Reduce the number of tests loops in virl timed jobs 71/19671/2
authorJan Gelety <jgelety@cisco.com>
Thu, 16 May 2019 15:01:21 +0000 (17:01 +0200)
committerJan Gelety <jgelety@cisco.com>
Fri, 17 May 2019 09:05:12 +0000 (09:05 +0000)
- with current number of test loops jobs fail with timeout

Change-Id: Id08cd1a9221eda116e018a44bece68a494286169
Signed-off-by: Jan Gelety <jgelety@cisco.com>
bootstrap-vpp-verify-semiweekly.sh
bootstrap-vpp-verify-weekly.sh

index 6835d16..d6d411b 100644 (file)
@@ -261,7 +261,7 @@ echo Running functional tests on the VIRL system...
 # There are used three iterations of functional tests there
 # to check the stability and reliability of the results.
 partial_logs=""
-for test_set in 1 2 3
+for test_set in 1 2
 do
     echo
     echo Functional test loop: ${test_set}
index 3c9235d..4dc64fa 100644 (file)
@@ -215,7 +215,7 @@ RC=0
 MORE_FAILS=0
 
 partial_logs=""
-for test_set in 1 2 3
+for test_set in 1 2
 do
     echo
     echo ${test_set}. test loop