aboutsummaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
authorFlorin Coras <fcoras@cisco.com>2025-01-07 04:45:05 -0500
committerDave Wallace <dwallacelf@gmail.com>2025-01-07 20:22:52 +0000
commit3a3476fddb79ed1eaf277bb66c0641933906ef3d (patch)
tree663b5c73b8656814975233c54b38a473ed8f44f8 /extras
parentc75671fbb0d8285a4232d4a2bb0cc5bf713b85b6 (diff)
hs-test: cleanup nsim test
After nsim fixes in gerrit 42052 echo tests with nsim should be stable with multiple workers and should no longer require a ping to work. Type: improvement Change-Id: Ice4b353153c57b547df60d21723fa8cf953ca5d0 Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'extras')
-rw-r--r--extras/hs-test/echo_test.go6
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")