commit | c204c87c186993704927beffa4d5b1cafaf9a193 | [log] [tgz] |
---|---|---|
author | Filip Tehlar <ftehlar@cisco.com> | Wed Dec 21 08:59:16 2022 +0100 |
committer | Filip Tehlar <ftehlar@cisco.com> | Mon Jan 09 11:39:06 2023 +0100 |
tree | eeb2e5e7a8baad5252df7c8e02c488a2b88432bc | |
parent | 227660b9969410f29d6b3d14eba16be5f57fbffe [diff] [blame] |
hs-test: add nginx test Type: test Signed-off-by: Filip Tehlar <ftehlar@cisco.com> Change-Id: Idd5352f254df0d1f36c1270e73440c9287247b81
diff --git a/extras/hs-test/framework_test.go b/extras/hs-test/framework_test.go index cd43cfe..056be13 100755 --- a/extras/hs-test/framework_test.go +++ b/extras/hs-test/framework_test.go
@@ -178,3 +178,8 @@ var m VethsSuite suite.Run(t, &m) } + +func TestNoTopo(t *testing.T) { + var m NoTopoSuite + suite.Run(t, &m) +}