hs-test: support for multiple workers
[vpp.git] / extras / hs-test / suite_tap_test.go
index 96f475c..8b0950a 100644 (file)
@@ -10,6 +10,6 @@ type TapSuite struct {
 
 func (s *TapSuite) SetupSuite() {
        time.Sleep(1 * time.Second)
-
+       s.HstSuite.SetupSuite()
        s.configureNetworkTopology("tap")
 }