summaryrefslogtreecommitdiffstats
path: root/extras/hs-test/suite_no_topo_test.go
blob: 421decc1a61e78f359b2fa28b47f830697a49268 (plain)
1
2
3
4
5
6
7
8
9
10
package main

type NoTopoSuite struct {
	HstSuite
}

func (s *NoTopoSuite) SetupSuite() {
	s.teardownSuite = func() {}
	s.loadContainerTopology("single")
}