hs-test: shortened interface names to avoid character limit
Type: test Change-Id: I09df597ccb8a3c4af47b8a36010afb81df533236 Signed-off-by: adrianvillin <avillin@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
0ded4890be
commit
fbf5f2b030
@@ -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")
|
||||
|
Reference in New Issue
Block a user