aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2021-05-27 19:44:50 -0400
committerFlorin Coras <florin.coras@gmail.com>2021-05-28 16:08:32 +0000
commitf5d9237c5699a6c3e403f09d53ec7d154322823c (patch)
tree71e86d19fe1216e553c57a00ef4df132ebec26c1 /test
parent88b2269a45c91e8378a1fd652f28aa39926a7a6a (diff)
svm: fix inadequate atomic load for chunk mgr
- Fixes intermittent LDP cut thru iperf3 test failure on AARCH64 Type: fix Change-Id: Id21a078d642e03d974bacacd1f4d0faa42fb6652 Signed-off-by: Dave Wallace <dwallacelf@gmail.com> (cherry picked from commit 5c520919e838bcb645ddd879641d54c620740989)
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_vcl.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/test_vcl.py b/test/test_vcl.py
index a574f7ff6f4..2688816d42a 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, is_platform_aarch64
+ Worker
from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath, FibPathProto
iperf3 = '/usr/bin/iperf3'
@@ -291,8 +291,6 @@ 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 """