hs-test: shortened interface names to avoid character limit
[vpp.git] / extras / hs-test / suite_no_topo_test.go
index c6b3170..97e5ca4 100644 (file)
@@ -1,10 +1,9 @@
 package main
 
 const (
-       singleTopoContainerVpp   = "vpp"
+       singleTopoContainerVpp = "vpp"
        singleTopoContainerNginx = "nginx"
-
-       tapInterfaceName = "hst_tap_host"
+       tapInterfaceName = "htaphost"
 )
 
 type NoTopoSuite struct {