hs-test: shortened interface names to avoid character limit
[vpp.git] / extras / hs-test / raw_session_test.go
index 45c4278..386f9bc 100644 (file)
@@ -14,7 +14,7 @@ func (s *VethsSuite) TestVppEchoTcp() {
 }
 
 func (s *VethsSuite) testVppEcho(proto string) {
-       serverVethAddress := s.netInterfaces["vppsrv"].ip4AddressString()
+       serverVethAddress := s.netInterfaces[serverInterfaceName].ip4AddressString()
        uri := proto + "://" + serverVethAddress + "/12344"
 
        echoSrvContainer := s.getContainerByName("server-app")