commit | 608d0069d98579b0635be978dea8e316f77a8841 | [log] [tgz] |
---|---|---|
author | Filip Tehlar <ftehlar@cisco.com> | Fri Apr 28 10:29:47 2023 +0200 |
committer | Florin Coras <florin.coras@gmail.com> | Sat May 20 15:51:02 2023 +0000 |
tree | da6d23516d9b86818b577e457661c2ae58f7c776 | |
parent | 47f352710824c373f8130ba632022b47cb27505b [diff] [blame] |
hs-test: support for multiple workers Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: Ie90e4b02c268bc3ca40171b03829f5686fb83162
diff --git a/extras/hs-test/suite_tap_test.go b/extras/hs-test/suite_tap_test.go index 96f475c..8b0950a 100644 --- a/extras/hs-test/suite_tap_test.go +++ b/extras/hs-test/suite_tap_test.go
@@ -10,6 +10,6 @@ func (s *TapSuite) SetupSuite() { time.Sleep(1 * time.Second) - + s.HstSuite.SetupSuite() s.configureNetworkTopology("tap") }