hs-test: add nginx test

Type: test

Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Idd5352f254df0d1f36c1270e73440c9287247b81
This commit is contained in:
Filip Tehlar
2022-12-21 08:59:16 +01:00
parent 227660b996
commit c204c87c18
11 changed files with 170 additions and 5 deletions

View File

@@ -178,3 +178,8 @@ func TestVeths(t *testing.T) {
var m VethsSuite
suite.Run(t, &m)
}
func TestNoTopo(t *testing.T) {
var m NoTopoSuite
suite.Run(t, &m)
}