diff options
author | 2024-12-08 15:13:44 +0100 | |
---|---|---|
committer | 2024-12-10 05:06:06 +0000 | |
commit | c4b4cd5e77cc5f3305c90eecf802c601392b7975 (patch) | |
tree | d07443483328c76b5b3fcaf0e1e04cf838cbb8fb /extras/hs-test/ldp_test.go | |
parent | 8b2a67c8f3977291fbafca37a435b5cd1ef4c214 (diff) |
hs-test: arm support
CPU arch dependencies cleanup. Everything works fine apart from
redis-benchmark test.
Type: test
Change-Id: I4a1e7d3bce994f6ea0681e06955ef9c621468642
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test/ldp_test.go')
-rw-r--r-- | extras/hs-test/ldp_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/ldp_test.go b/extras/hs-test/ldp_test.go index 76bc3669fb6..585f4981681 100644 --- a/extras/hs-test/ldp_test.go +++ b/extras/hs-test/ldp_test.go @@ -78,6 +78,7 @@ func ldPreloadIperfVpp(s *LdpSuite, useUdp bool) { func RedisBenchmarkTest(s *LdpSuite) { s.SkipIfMultiWorker() + s.SkipIfArm() serverContainer := s.GetContainerByName("server-vpp") clientContainer := s.GetContainerByName("client-vpp") |