From 00a94fbd41598b59dae5d5cc54a3a511e80ee5a4 Mon Sep 17 00:00:00 2001 From: Dumitru Ceara Date: Tue, 31 Oct 2023 15:26:59 +0100 Subject: [PATCH] HACK: tag more tests unstable --- .ci/linux-build.sh | 5 +++-- tests/system-ovn.at | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.ci/linux-build.sh b/.ci/linux-build.sh index 3f1f501956..b0c3c9252e 100755 --- a/.ci/linux-build.sh +++ b/.ci/linux-build.sh @@ -103,7 +103,8 @@ function configure_clang() function run_tests() { if ! make distcheck CFLAGS="${COMMON_CFLAGS} ${OVN_CFLAGS}" $JOBS \ - TESTSUITEFLAGS="$JOBS $TEST_RANGE" RECHECK=$RECHECK + TESTSUITEFLAGS="$JOBS $TEST_RANGE" RECHECK=$RECHECK \ + SKIP_UNSTABLE=$SKIP_UNSTABLE then # testsuite.log is necessary for debugging. cat */_build/sub/tests/testsuite.log @@ -144,7 +145,7 @@ function run_system_tests() local log_file=$2 if ! sudo make $JOBS $type TESTSUITEFLAGS="$TEST_RANGE" \ - RECHECK=$RECHECK; then + RECHECK=$RECHECK SKIP_UNSTABLE=$SKIP_UNSTABLE; then # $log_file is necessary for debugging. cat tests/$log_file return 1 diff --git a/tests/system-ovn.at b/tests/system-ovn.at index b7fb489e50..1c25297492 100644 --- a/tests/system-ovn.at +++ b/tests/system-ovn.at @@ -8906,6 +8906,7 @@ AT_CLEANUP OVN_FOR_EACH_NORTHD([ AT_SETUP([LB - ICMP related traffic]) +TAG_UNSTABLE CHECK_CONNTRACK() CHECK_CONNTRACK_NAT() @@ -11224,6 +11225,7 @@ AT_CLEANUP OVN_FOR_EACH_NORTHD([ AT_SETUP([ovn mirroring]) +TAG_UNSTABLE AT_KEYWORDS([mirror]) AT_SKIP_IF([test $HAVE_TCPDUMP = no]) @@ -11403,6 +11405,7 @@ AT_CLEANUP OVN_FOR_EACH_NORTHD([ AT_SETUP([Tiered ACLs]) AT_KEYWORDS([acl]) +TAG_UNSTABLE ovn_start OVS_TRAFFIC_VSWITCHD_START()