hs-test: test vpp+nginx mirroring with tap ifaces

Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I05bbed8fd9d40929f040574044aed5292a475e91
This commit is contained in:
Maros Ondrejicka
2023-02-27 13:22:45 +01:00
committed by Florin Coras
parent b0116a13dc
commit c2f76f4590
13 changed files with 281 additions and 16 deletions

View File

@@ -25,3 +25,8 @@ func TestNoTopo(t *testing.T) {
var m NoTopoSuite
suite.Run(t, &m)
}
func TestNginx(t *testing.T) {
var m NginxSuite
suite.Run(t, &m)
}