Type: test
Change-Id: I5c690c374d8089b231c0029d25bd352aba113893
Signed-off-by: Matus Fabian <[email protected]>
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 {