blob: d45f6cc0132aa0ad6c92c8d38d171ec2b10b2711 [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}
11