hs-test: added nginx multi-thread tests 31/41431/9
authorAdrian Villin <[email protected]>
Thu, 19 Sep 2024 15:19:39 +0000 (17:19 +0200)
committerFlorin Coras <[email protected]>
Thu, 3 Oct 2024 19:23:49 +0000 (19:23 +0000)
commit46ab0b22bb2915c28ae30d26501ea4cfa1f9b577
treea6a7e803fd0665c8b6ac0b27d2eb09cea1965b98
parentfae41c678320f4e63896d52e942cea59a44d9168
hs-test: added nginx multi-thread tests

- added Dockerfile.envoy
- removed nginx vcl.conf file as it's created by
  the framework now

Type: test

Change-Id: I5f2be015c864c8d2aa938a22b1abece64989999b
Signed-off-by: Adrian Villin <[email protected]>
16 files changed:
extras/hs-test/docker/Dockerfile.envoy [new file with mode: 0644]
extras/hs-test/docker/Dockerfile.nginx
extras/hs-test/infra/hst_suite.go
extras/hs-test/infra/suite_envoy_proxy.go
extras/hs-test/infra/suite_nginx_proxy.go
extras/hs-test/infra/suite_no_topo.go
extras/hs-test/infra/suite_ns.go [deleted file]
extras/hs-test/infra/utils.go
extras/hs-test/nginx_test.go
extras/hs-test/proxy_test.go
extras/hs-test/resources/nginx/nginx.conf
extras/hs-test/resources/nginx/nginx_proxy_mirroring.conf
extras/hs-test/resources/nginx/vcl.conf
extras/hs-test/script/build_hst.sh
extras/hs-test/topo-containers/envoyProxy.yaml
extras/hs-test/topo-containers/ns.yaml [deleted file]