From 543cd57ea2fa2191804e0e1893fa2c34a37f0088 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Tue, 27 Jun 2023 10:01:37 +0200 Subject: hs-test: improve get stats Type: test Change-Id: Ie681ee43007f4fe787d51d80bda9b433dcb6c09a Signed-off-by: Filip Tehlar --- extras/hs-test/mirroring_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'extras/hs-test/mirroring_test.go') diff --git a/extras/hs-test/mirroring_test.go b/extras/hs-test/mirroring_test.go index 96cb3484d75..03e9c03b8db 100644 --- a/extras/hs-test/mirroring_test.go +++ b/extras/hs-test/mirroring_test.go @@ -15,9 +15,6 @@ func (s *NginxSuite) TestMirroring() { s.log(string(o)) s.assertNotEmpty(o) - // Check if log output from VPP contains 'no lcl port' warnings - // TODO: Need to change after adding session worker counter vppProxyContainer := s.getContainerByName(vppProxyContainerName) - logContent := vppProxyContainer.log() - s.assertNotContains(logContent, "no lcl port") + s.assertEqual(0, vppProxyContainer.vppInstance.GetSessionStat("no lcl port")) } -- cgit 1.2.3-korg