From: Malvika Gupta <[email protected]> From: Malvika Gupta <[email protected]>
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 <[email protected]> Suggested-by: Lance Yang <[email protected]> Signed-off-by: Malvika Gupta <[email protected]> --- 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 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
