Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
c204c87c186993704927beffa4d5b1cafaf9a193
/
.
/
extras
/
hs-test
/
suite_veth_test.go
blob: f41e87df128960bdadb0d603d7a40c178531d898 [
file
] [
log
] [
blame
]
package main
import (
"time"
)
type VethsSuite struct {
HstSuite
}
func (s *VethsSuite) SetupSuite() {
time.Sleep(1 * time.Second)
s.teardownSuite = setupSuite(&s.Suite, "2peerVeth")
s.loadContainerTopology("2peerVeth")
}