vpp/extras/hs-test/suite_no_topo_test.go

11 lines
156 B
Go
Raw Normal View History

package main
type NoTopoSuite struct {
HstSuite
}
func (s *NoTopoSuite) SetupSuite() {
s.teardownSuite = func() {}
s.loadContainerTopology("single")
}