aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-vpp-verify-semiweekly.sh
diff options
context:
space:
mode:
authorMatej Klotton <mklotton@cisco.com>2016-07-27 13:51:18 +0200
committerMatej Klotton <mklotton@cisco.com>2016-07-27 13:51:18 +0200
commit9d052c6e49788c6c8240d2599812f737e83469b4 (patch)
tree32498b55d8ba78c9acda8864aa3759cfac95f0b8 /bootstrap-vpp-verify-semiweekly.sh
parentc915202367120c68703c73299d0d38124bb15d12 (diff)
Mark test cases with EXPECTED_FAILING tag as non critical in rebot
Change-Id: I32a74f00acb05288fa6fb14d7c9daf54975262d0 Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'bootstrap-vpp-verify-semiweekly.sh')
-rw-r--r--bootstrap-vpp-verify-semiweekly.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/bootstrap-vpp-verify-semiweekly.sh b/bootstrap-vpp-verify-semiweekly.sh
index 4e8daa58c2..a2da6d3a2f 100644
--- a/bootstrap-vpp-verify-semiweekly.sh
+++ b/bootstrap-vpp-verify-semiweekly.sh
@@ -413,8 +413,10 @@ if [ ! $? -eq 0 ]; then
fi
# Rebot output post-processing
-rebot --output output.xml ./log_func_test_set1.xml ./log_func_test_set2.xml \
- ./log_func_test_set3.xml ./log_perf_test_set.xml
+rebot --noncritical EXPECTED_FAILING \
+ --output output.xml \
+ ./log_func_test_set1.xml ./log_func_test_set2.xml \
+ ./log_func_test_set3.xml ./log_perf_test_set.xml
# Remove unnecessary files
rm -f ./log_test_set1.xml ./log_test_set2.xml ./log_test_set3.xml \