hs-test: test vpp+nginx mirroring with tap ifaces 58/38358/7
authorMaros Ondrejicka <mondreji@cisco.com>
Mon, 27 Feb 2023 12:22:45 +0000 (13:22 +0100)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 28 Feb 2023 18:27:17 +0000 (18:27 +0000)
commitc2f76f4590f57729d1bcf03bd816c10991431b18
tree9ab0273c87c3f5ba21cf0ee8277f60f73e95f762
parentb0116a13dcc631d5128209dec867c3fb5209629d
hs-test: test vpp+nginx mirroring with tap ifaces

Type: test
Signed-off-by: Maros Ondrejicka <mondreji@cisco.com>
Change-Id: I05bbed8fd9d40929f040574044aed5292a475e91
13 files changed:
extras/hs-test/container.go
extras/hs-test/docker/Dockerfile.nginx-server [new file with mode: 0644]
extras/hs-test/framework_test.go
extras/hs-test/http_test.go
extras/hs-test/mirroring_test.go [new file with mode: 0644]
extras/hs-test/resources/nginx/nginx_proxy_mirroring.conf [new file with mode: 0644]
extras/hs-test/resources/nginx/nginx_server_mirroring.conf [new file with mode: 0644]
extras/hs-test/script/build.sh
extras/hs-test/suite_nginx_test.go [new file with mode: 0644]
extras/hs-test/suite_no_topo_test.go
extras/hs-test/topo-containers/nginxProxyAndServer.yaml [new file with mode: 0644]
extras/hs-test/topo-network/2taps.yaml [new file with mode: 0644]
extras/hs-test/vppinstance.go