Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
98d24a5feadd65d8cb77f3b6acdf7ce6d6c35485
/
.
/
extras
/
hs-test
/
suite_tap_test.go
blob: 8b0950a797e98543bde78c2324033a4058cabc7a [
file
] [
log
] [
blame
]
package main
import (
"time"
)
type TapSuite struct {
HstSuite
}
func (s *TapSuite) SetupSuite() {
time.Sleep(1 * time.Second)
s.HstSuite.SetupSuite()
s.configureNetworkTopology("tap")
}