aboutsummaryrefslogtreecommitdiffstats
path: root/extras/hs-test/raw_session_test.go
diff options
context:
space:
mode:
authoradrianvillin <avillin@cisco.com>2024-02-13 03:26:25 -0500
committerFlorin Coras <florin.coras@gmail.com>2024-02-15 18:35:34 +0000
commitfbf5f2b0300c654be5d1962bc207c87f49930faf (patch)
treee7c08314ecfe7af4ff15b0bf9794396bec3f96bc /extras/hs-test/raw_session_test.go
parent0ded4890beaa3aa1f36c61ff6125d19582b25391 (diff)
hs-test: shortened interface names to avoid character limit
Type: test Change-Id: I09df597ccb8a3c4af47b8a36010afb81df533236 Signed-off-by: adrianvillin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/raw_session_test.go')
-rw-r--r--extras/hs-test/raw_session_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/hs-test/raw_session_test.go b/extras/hs-test/raw_session_test.go
index 45c4278c470..386f9bc685f 100644
--- a/extras/hs-test/raw_session_test.go
+++ b/extras/hs-test/raw_session_test.go
@@ -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")