Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
c204c87c186993704927beffa4d5b1cafaf9a193
/
.
/
extras
/
hs-test
/
suite_no_topo_test.go
blob: 421decc1a61e78f359b2fa28b47f830697a49268 [
file
] [
log
] [
blame
]
package main
type NoTopoSuite struct {
HstSuite
}
func (s *NoTopoSuite) SetupSuite() {
s.teardownSuite = func() {}
s.loadContainerTopology("single")
}