diff options
author | Matus Fabian <matfabia@cisco.com> | 2024-08-21 17:25:41 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2024-08-22 07:08:20 +0000 |
commit | 7301abe9ba2fa75661238b0afece55eeeebce863 (patch) | |
tree | ca080a4dfde4bdf334590cab9507fd8270a4cb9b /extras/hs-test/infra/suite_vpp_proxy.go | |
parent | 7e6606ab4ea9501195b234fb14077ef4950f8d4e (diff) |
hs-test: nginx proxy/mirroring test cleanup
- test moved to proxy_test.go
- topology and suite updated to be vpp/envoy proxy compliant
Type: test
Change-Id: Iabee50b76bb8d96851f831c0b57d0e98dc4b3a5f
Signed-off-by: Matus Fabian <matfabia@cisco.com>
Diffstat (limited to 'extras/hs-test/infra/suite_vpp_proxy.go')
-rw-r--r-- | extras/hs-test/infra/suite_vpp_proxy.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/hs-test/infra/suite_vpp_proxy.go b/extras/hs-test/infra/suite_vpp_proxy.go index bfe7de7f54b..94bd0f9aa4e 100644 --- a/extras/hs-test/infra/suite_vpp_proxy.go +++ b/extras/hs-test/infra/suite_vpp_proxy.go @@ -15,6 +15,7 @@ import ( // These correspond to names used in yaml config const ( + VppProxyContainerName = "vpp-proxy" ClientTapInterfaceName = "hstcln" ServerTapInterfaceName = "hstsrv" ) |