Skip to content

Commit

Permalink
HACK: tag more tests unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
dceara committed Oct 31, 2023
1 parent 85cbbf7 commit 074c8f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .ci/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/ovn.at
Original file line number Diff line number Diff line change
Expand Up @@ -6050,6 +6050,7 @@ AT_CLEANUP
OVN_FOR_EACH_NORTHD([
AT_SETUP([1 HV, 2 LSs, 1 lport/LS, 1 LR])
AT_KEYWORDS([router-admin-state])
TAG_UNSTABLE
ovn_start

# Logical network:
Expand Down
3 changes: 3 additions & 0 deletions tests/system-ovn.at
Original file line number Diff line number Diff line change
Expand Up @@ -8906,6 +8906,7 @@ AT_CLEANUP

OVN_FOR_EACH_NORTHD([
AT_SETUP([LB - ICMP related traffic])
TAG_UNSTABLE

CHECK_CONNTRACK()
CHECK_CONNTRACK_NAT()
Expand Down Expand Up @@ -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])

Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 074c8f9

Please sign in to comment.