hs-test: experimental support for multiple test instances
[vpp.git] / extras / hs-test / raw_session_test.go
index 386f9bc..670ed58 100644 (file)
@@ -14,7 +14,7 @@ func (s *VethsSuite) TestVppEchoTcp() {
 }
 
 func (s *VethsSuite) testVppEcho(proto string) {
-       serverVethAddress := s.netInterfaces[serverInterfaceName].ip4AddressString()
+       serverVethAddress := s.getInterfaceByName(serverInterfaceName).ip4AddressString()
        uri := proto + "://" + serverVethAddress + "/12344"
 
        echoSrvContainer := s.getContainerByName("server-app")