cf7f0ec98f13c5b885eae5fa44a1abe544924ce3
[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 }