hs-test: fix show error in ldp test 65/43065/2
authorMatus Fabian <[email protected]>
Mon, 2 Jun 2025 07:35:49 +0000 (03:35 -0400)
committerFlorin Coras <[email protected]>
Mon, 2 Jun 2025 17:29:57 +0000 (17:29 +0000)
Type: test

Change-Id: I5c690c374d8089b231c0029d25bd352aba113893
Signed-off-by: Matus Fabian <[email protected]>
extras/hs-test/infra/suite_ldp.go

index f97a79c..0baeacd 100644 (file)
@@ -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 {