hs-test: fix vcl test parameter

Type: test

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Ieb6e46439d8e66a792f9c508e7dc49ecdd392487
This commit is contained in:
Filip Tehlar
2023-05-31 12:26:59 +02:00
committed by Florin Coras
parent 9a9604b09f
commit d3b47c6d79

View 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)