From fbf5f2b0300c654be5d1962bc207c87f49930faf Mon Sep 17 00:00:00 2001 From: adrianvillin Date: Tue, 13 Feb 2024 03:26:25 -0500 Subject: hs-test: shortened interface names to avoid character limit Type: test Change-Id: I09df597ccb8a3c4af47b8a36010afb81df533236 Signed-off-by: adrianvillin --- extras/hs-test/suite_nginx_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extras/hs-test/suite_nginx_test.go') diff --git a/extras/hs-test/suite_nginx_test.go b/extras/hs-test/suite_nginx_test.go index 4fc06265a29..94fd010814a 100644 --- a/extras/hs-test/suite_nginx_test.go +++ b/extras/hs-test/suite_nginx_test.go @@ -2,11 +2,11 @@ package main const ( // These correspond to names used in yaml config - mirroringClientInterfaceName = "hst_client" - mirroringServerInterfaceName = "hst_server" - vppProxyContainerName = "vpp-proxy" - nginxProxyContainerName = "nginx-proxy" - nginxServerContainerName = "nginx-server" + mirroringClientInterfaceName = "hstcln" + mirroringServerInterfaceName = "hstsrv" + vppProxyContainerName = "vpp-proxy" + nginxProxyContainerName = "nginx-proxy" + nginxServerContainerName = "nginx-server" ) type NginxSuite struct { -- cgit 1.2.3-korg