hs-test: refactor test cases from ns suite
[vpp.git] / extras / hs-test / suite_tap_test.go
index 26f5224..96f475c 100644 (file)
@@ -10,5 +10,6 @@ type TapSuite struct {
 
 func (s *TapSuite) SetupSuite() {
        time.Sleep(1 * time.Second)
-       s.teardownSuite = setupSuite(&s.Suite, "tap")
+
+       s.configureNetworkTopology("tap")
 }