diff options
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 { |