hs-test: fix vcl test parameter
[vpp.git] / extras / hs-test / vcl_test.go
index 88acefd..109b242 100644 (file)
@@ -22,7 +22,7 @@ func (s *VethsSuite) testVclEcho(proto string) {
        clientVclConfContent := fmt.Sprintf(vclTemplate, echoClnContainer.getContainerWorkDir(), "2")
        echoClnContainer.createFile("/vcl.conf", clientVclConfContent)
 
-       testClientCommand := "vcl_test_client -E -p " + proto + " " + serverVethAddress + " " + port
+       testClientCommand := "vcl_test_client -p " + proto + " " + serverVethAddress + " " + port
        echoClnContainer.addEnvVar("VCL_CONFIG", "/vcl.conf")
        o := echoClnContainer.exec(testClientCommand)
        s.log(o)