From 11a03e972e6752513ab931540f713ce1520696a7 Mon Sep 17 00:00:00 2001 From: Maros Ondrejicka Date: Thu, 1 Dec 2022 09:56:37 +0100 Subject: hs-test: add test suite features Test suite now supports assertions which on fail stop test case run, also it allows to create docker containers which are going to be stopped automatically after the test run is finished. Type: improvement Signed-off-by: Maros Ondrejicka Change-Id: I2834709b1efd17b8182d36cc0404b986b4ed595d Signed-off-by: Filip Tehlar --- extras/hs-test/ldp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hs-test/ldp_test.go') diff --git a/extras/hs-test/ldp_test.go b/extras/hs-test/ldp_test.go index 13c102e0633..c219c82ea50 100755 --- a/extras/hs-test/ldp_test.go +++ b/extras/hs-test/ldp_test.go @@ -8,7 +8,7 @@ import ( "github.com/edwarnicke/exechelper" ) -func (s *Veths2Suite) TestLDPreloadIperfVpp() { +func (s *VethsSuite) TestLDPreloadIperfVpp() { t := s.T() var clnVclConf, srvVclConf Stanza -- cgit 1.2.3-korg