hs-test: fix code style
[vpp.git] / extras / hs-test / suite_ns_test.go
1 package main
2
3 type NsSuite struct {
4         HstSuite
5 }
6
7 func (s *NsSuite) SetupSuite() {
8         s.teardownSuite = setupSuite(&s.Suite, "ns")
9         s.loadContainerTopology("ns")
10 }