hs-test: use anchors in yaml config files
[vpp.git] / extras / hs-test / suite_no_topo_test.go
1 package main
2
3 type NoTopoSuite struct {
4         HstSuite
5 }
6
7 func (s *NoTopoSuite) SetupSuite() {
8         s.teardownSuite = func() {}
9         s.loadContainerTopology("single")
10 }