diff options
author | Adrian Villin <avillin@cisco.com> | 2024-07-29 17:54:58 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2024-08-21 15:38:19 +0000 |
commit | 4995d0da8cd2569966a7e4e29c8235712743eb4f (patch) | |
tree | 905b7bceb779adcd53592c3d264cb7224f307d30 /extras/hs-test/http_test.go | |
parent | fb9dd888096f86192e5c20b6246893b4bc3dd3d3 (diff) |
hs-test: generate core dump, fix docker logs in CI
Type: test
Change-Id: Ie1f66cdc061d3eccefc2ce58e977d88a33340038
Signed-off-by: Adrian Villin <avillin@cisco.com>
Diffstat (limited to 'extras/hs-test/http_test.go')
-rw-r--r-- | extras/hs-test/http_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extras/hs-test/http_test.go b/extras/hs-test/http_test.go index 5e7494ace87..ffdcf930b8e 100644 --- a/extras/hs-test/http_test.go +++ b/extras/hs-test/http_test.go @@ -178,7 +178,6 @@ func HttpCliTest(s *VethsSuite) { func HttpCliConnectErrorTest(s *VethsSuite) { clientContainer := s.GetContainerByName("client-vpp") - serverVeth := s.GetInterfaceByName(ServerInterfaceName) uri := "http://" + serverVeth.Ip4AddressString() + "/80" |