X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vcl.py;fp=test%2Ftest_vcl.py;h=a574f7ff6f47a1eb3ebd3f1925ddaa0c71105d46;hb=623b8b0164034b2cf132e84aaa5efc5ef39eaf36;hp=2688816d42a4a04e8b28afad56c3e2399bfe1a94;hpb=af073546e1bf130089a58d9cdb8ca1da3492c933;p=vpp.git diff --git a/test/test_vcl.py b/test/test_vcl.py index 2688816d42a..a574f7ff6f4 100755 --- a/test/test_vcl.py +++ b/test/test_vcl.py @@ -6,7 +6,7 @@ import os import subprocess import signal from framework import VppTestCase, VppTestRunner, running_extended_tests, \ - Worker + Worker, is_platform_aarch64 from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath, FibPathProto iperf3 = '/usr/bin/iperf3' @@ -291,6 +291,8 @@ class LDPCutThruTestCase(VCLTestCase): "sock_test_client", self.client_echo_test_args) @unittest.skipUnless(_have_iperf3, "'%s' not found, Skipping.") + @unittest.skipIf(is_platform_aarch64, + "intermittently fails on AARCH64 CI jobs") def test_ldp_cut_thru_iperf3(self): """ run LDP cut thru iperf3 test """