summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMalvika Gupta <malvika.gupta@arm.com>2020-03-30 20:54:02 +0800
committerWilliam Tu <u9012063@gmail.com>2020-04-09 14:35:40 -0700
commit804ef1a7026f77b4c54388bdce3c8bb601c728c2 (patch)
tree2022c7011e7504cab48f9348e7f16769f0b21c93 /tests
parent9e44424204cb3994f38be66b0e981ec59d591722 (diff)
downloadopenvswitch-804ef1a7026f77b4c54388bdce3c8bb601c728c2.tar.gz
tests/testsuite: Skip failing UT cases on aarch64
The following test cases are failing inconsistently on aarch64 platforms and have been skipped until further investigation can be made on how to fix them: 20: bfd.at:268 bfd - bfd decay 2104: ovsdb-idl.at:1815 Check Python IDL connects to leader - Python3 (leader only) 2105: ovsdb-idl.at:1816 Check Python IDL reconnects to leader - Python3 (leader only) Suggested-by: Yanqin Wei <Yanqin.Wei@arm.com> Suggested-by: Lance Yang <Lance.Yang@arm.com> Signed-off-by: Malvika Gupta <malvika.gupta@arm.com> Signed-off-by: William Tu <u9012063@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/bfd.at1
-rw-r--r--tests/ovsdb-idl.at1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/bfd.at b/tests/bfd.at
index 7af7be54a..8654ca5db 100644
--- a/tests/bfd.at
+++ b/tests/bfd.at
@@ -266,6 +266,7 @@ AT_CLEANUP
# Tests below are for bfd decay features.
AT_SETUP([bfd - bfd decay])
+AT_SKIP_IF([test "$IS_ARM64" = "yes"])
OVS_VSWITCHD_START([add-br br1 -- set bridge br1 datapath-type=dummy -- \
add-port br1 p1 -- set Interface p1 type=patch \
options:peer=p0 ofport_request=2 -- \
diff --git a/tests/ovsdb-idl.at b/tests/ovsdb-idl.at
index 564ef4c78..b5cbee7d9 100644
--- a/tests/ovsdb-idl.at
+++ b/tests/ovsdb-idl.at
@@ -1809,6 +1809,7 @@ m4_define([CHECK_STREAM_OPEN_BLOCK_PY],
# with multiple remotes to assert the idl connects to the leader of the Raft cluster
m4_define([OVSDB_CHECK_IDL_LEADER_ONLY_PY],
[AT_SETUP([$1 - Python3 (leader only)])
+ AT_SKIP_IF([test "$IS_ARM64" = "yes"])
AT_KEYWORDS([ovsdb server idl Python leader_only with tcp socket])
m4_define([LPBK],[127.0.0.1])
AT_CHECK([ovsdb_cluster_start_idltest $2 "ptcp:0:"LPBK])