tests: figure out correct version of sed to run
[vpp.git] / extras / hs-test / raw_session_test.go
index 45c4278..670ed58 100644 (file)
@@ -14,7 +14,7 @@ func (s *VethsSuite) TestVppEchoTcp() {
 }
 
 func (s *VethsSuite) testVppEcho(proto string) {
-       serverVethAddress := s.netInterfaces["vppsrv"].ip4AddressString()
+       serverVethAddress := s.getInterfaceByName(serverInterfaceName).ip4AddressString()
        uri := proto + "://" + serverVethAddress + "/12344"
 
        echoSrvContainer := s.getContainerByName("server-app")