Gitiles
Code Review
Sign In
gerrit.nordix.org
/
fdio
/
vpp
/
af5744c3595dee92ff9ceb1e08314123baea35e5
/
.
/
extras
/
hs-test
/
suite_ns_test.go
blob: cf7f0ec98f13c5b885eae5fa44a1abe544924ce3 [
file
] [
log
] [
blame
]
Maros Ondrejicka
db823ed
2022-12-14 16:30:04 +0100
[
diff
] [
blame
]
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
}