blob: cf7f0ec98f13c5b885eae5fa44a1abe544924ce3 [file] [log] [blame]
Maros Ondrejickadb823ed2022-12-14 16:30:04 +01001package main
2
3type NsSuite struct {
4 HstSuite
5}
6
7func (s *NsSuite) SetupSuite() {
8 s.teardownSuite = setupSuite(&s.Suite, "ns")
9 s.loadContainerTopology("ns")
10}