commit | c2f76f4590f57729d1bcf03bd816c10991431b18 | [log] [tgz] |
---|---|---|
author | Maros Ondrejicka <mondreji@cisco.com> | Mon Feb 27 13:22:45 2023 +0100 |
committer | Florin Coras <florin.coras@gmail.com> | Tue Feb 28 18:27:17 2023 +0000 |
tree | 9ab0273c87c3f5ba21cf0ee8277f60f73e95f762 | |
parent | b0116a13dcc631d5128209dec867c3fb5209629d [diff] [blame] |
hs-test: test vpp+nginx mirroring with tap ifaces Type: test Signed-off-by: Maros Ondrejicka <mondreji@cisco.com> Change-Id: I05bbed8fd9d40929f040574044aed5292a475e91
diff --git a/extras/hs-test/framework_test.go b/extras/hs-test/framework_test.go index fdce5c4..84aa570 100644 --- a/extras/hs-test/framework_test.go +++ b/extras/hs-test/framework_test.go
@@ -25,3 +25,8 @@ var m NoTopoSuite suite.Run(t, &m) } + +func TestNginx(t *testing.T) { + var m NginxSuite + suite.Run(t, &m) +}