hs-test: shortened interface names to avoid character limit
[vpp.git] / extras / hs-test / suite_veth_test.go
index 8593c88..4158c76 100644 (file)
@@ -6,8 +6,8 @@ import (
 
 const (
        // These correspond to names used in yaml config
-       serverInterfaceName = "vppsrv"
-       clientInterfaceName = "vppcln"
+       serverInterfaceName = "srv"
+       clientInterfaceName = "cln"
 )
 
 type VethsSuite struct {