From 56e17cf7a23831b353bc1836def47dad7f869dad Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 11 Jan 2024 17:17:33 +0100 Subject: hs-test: add more asserts Type: test Change-Id: Ia285ff39d9b19464ea086ec847ceaf52c6c0195c Signed-off-by: Filip Tehlar --- extras/hs-test/suite_ns_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hs-test/suite_ns_test.go') diff --git a/extras/hs-test/suite_ns_test.go b/extras/hs-test/suite_ns_test.go index 3bf3cc7e3ed..2c1ac34b414 100644 --- a/extras/hs-test/suite_ns_test.go +++ b/extras/hs-test/suite_ns_test.go @@ -31,7 +31,7 @@ func (s *NsSuite) SetupTest() { cpus := s.AllocateCpus() container := s.getContainerByName("vpp") vpp, _ := container.newVppInstance(cpus, sessionConfig) - vpp.start() + s.assertNil(vpp.start()) idx, err := vpp.createAfPacket(s.netInterfaces[serverInterface]) s.assertNil(err) -- cgit 1.2.3-korg