diff options
author | adrianvillin <avillin@cisco.com> | 2024-02-13 03:26:25 -0500 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-02-15 18:35:34 +0000 |
commit | fbf5f2b0300c654be5d1962bc207c87f49930faf (patch) | |
tree | e7c08314ecfe7af4ff15b0bf9794396bec3f96bc /extras/hs-test/suite_no_topo_test.go | |
parent | 0ded4890beaa3aa1f36c61ff6125d19582b25391 (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/suite_no_topo_test.go')
-rw-r--r-- | extras/hs-test/suite_no_topo_test.go | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extras/hs-test/suite_no_topo_test.go b/extras/hs-test/suite_no_topo_test.go index c6b3170dd5e..97e5ca4f416 100644 --- a/extras/hs-test/suite_no_topo_test.go +++ b/extras/hs-test/suite_no_topo_test.go @@ -1,10 +1,9 @@ package main const ( - singleTopoContainerVpp = "vpp" + singleTopoContainerVpp = "vpp" singleTopoContainerNginx = "nginx" - - tapInterfaceName = "hst_tap_host" + tapInterfaceName = "htaphost" ) type NoTopoSuite struct { |