diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/hs-test/echo_test.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extras/hs-test/echo_test.go b/extras/hs-test/echo_test.go index f27ad077928..b21c69a1e99 100644 --- a/extras/hs-test/echo_test.go +++ b/extras/hs-test/echo_test.go @@ -24,9 +24,7 @@ func EchoBuiltinTest(s *VethsSuite) { s.AssertNotContains(o, "failed:") } -// unstable with multiple workers func TcpWithLossTest(s *VethsSuite) { - s.SkipIfMultiWorker() serverVpp := s.Containers.ServerVpp.VppInstance serverVpp.Vppctl("test echo server uri tcp://%s/20022", @@ -34,10 +32,6 @@ func TcpWithLossTest(s *VethsSuite) { clientVpp := s.Containers.ClientVpp.VppInstance - // Ensure that VPP doesn't abort itself with NSIM enabled - // Warning: Removing this ping will make VPP crash! - clientVpp.Vppctl("ping %s", s.Interfaces.Server.Ip4AddressString()) - // Add loss of packets with Network Delay Simulator clientVpp.Vppctl("set nsim poll-main-thread delay 0.01 ms bandwidth 40 gbit" + " packet-size 1400 packets-per-drop 1000") |