hs-test: shortened interface names to avoid character limit
[vpp.git] / extras / hs-test / suite_ns_test.go
index 4e8f497..b32fec7 100644 (file)
@@ -2,8 +2,8 @@ package main
 
 const (
        // These correspond to names used in yaml config
-       clientInterface = "hst_client_vpp"
-       serverInterface = "hst_server_vpp"
+       clientInterface = "hclnvpp"
+       serverInterface = "hsrvvpp"
 )
 
 type NsSuite struct {