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:

committed by
Florin Coras

parent
b0116a13dc
commit
c2f76f4590
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user