[ovs-dev] [PATCH v1 2/3] tests/testsuite: Skip failing UT cases on aarch64

Lance Yang Lance.Yang at arm.com
Mon Mar 30 12:54:02 UTC 2020


From: Malvika Gupta <malvika.gupta at arm.com>

From: Malvika Gupta <malvika.gupta at arm.com>

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 at arm.com>
Suggested-by: Lance Yang <Lance.Yang at arm.com>
Signed-off-by: Malvika Gupta <malvika.gupta at arm.com>
---
 tests/bfd.at       | 1 +
 tests/ovsdb-idl.at | 1 +
 2 files changed, 2 insertions(+)

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])
-- 
2.17.1



More information about the dev mailing list