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