Maros Ondrejicka | db823ed | 2022-12-14 16:30:04 +0100 | [diff] [blame] | 1 | package main |
2 | |||||
3 | import ( | ||||
4 | "time" | ||||
5 | ) | ||||
6 | |||||
7 | type VethsSuite struct { | ||||
8 | HstSuite | ||||
9 | } | ||||
10 | |||||
11 | func (s *VethsSuite) SetupSuite() { | ||||
12 | time.Sleep(1 * time.Second) | ||||
13 | s.teardownSuite = setupSuite(&s.Suite, "2peerVeth") | ||||
14 | s.loadContainerTopology("2peerVeth") | ||||
15 | } |