From: Matus Fabian Date: Mon, 2 Jun 2025 07:35:49 +0000 (-0400) Subject: hs-test: fix show error in ldp test X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F43065%2F2;p=vpp.git hs-test: fix show error in ldp test Type: test Change-Id: I5c690c374d8089b231c0029d25bd352aba113893 Signed-off-by: Matus Fabian --- diff --git a/extras/hs-test/infra/suite_ldp.go b/extras/hs-test/infra/suite_ldp.go index f97a79c1d5e..0baeacd505a 100644 --- a/extras/hs-test/infra/suite_ldp.go +++ b/extras/hs-test/infra/suite_ldp.go @@ -103,8 +103,8 @@ func (s *LdpSuite) TeardownTest() { if CurrentSpecReport().Failed() { s.CollectIperfLogs(s.Containers.ServerApp) s.CollectRedisServerLogs(s.Containers.ServerApp) - s.Log(s.Containers.ServerApp.VppInstance.Vppctl("show error")) - s.Log(s.Containers.ServerApp.VppInstance.Vppctl("show error")) + s.Log(s.Containers.ServerVpp.VppInstance.Vppctl("show error")) + s.Log(s.Containers.ServerVpp.VppInstance.Vppctl("show error")) } for _, container := range s.StartedContainers {