hs-test: fix vcl test parameter 35/38935/2
authorFilip Tehlar <ftehlar@cisco.com>
Wed, 31 May 2023 10:26:59 +0000 (12:26 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 1 Jun 2023 15:50:59 +0000 (15:50 +0000)
Type: test

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Ieb6e46439d8e66a792f9c508e7dc49ecdd392487

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)