From 3fe2f871ffcc583d669bd76325ae67402710fdbe Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 16 Aug 2021 15:18:59 +0200 Subject: [PATCH] TT#134950 Improve tests for AUI by default case Change-Id: Ie28967fa9274f3b7a5c109c9235b182e485a9b05 --- templates/900_service-ngcp-api.yaml.tt2 | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/templates/900_service-ngcp-api.yaml.tt2 b/templates/900_service-ngcp-api.yaml.tt2 index 84481ca..4544d93 100644 --- a/templates/900_service-ngcp-api.yaml.tt2 +++ b/templates/900_service-ngcp-api.yaml.tt2 @@ -69,37 +69,48 @@ command: stderr: [] timeout: 30000 - "curl --insecure -L http://[% web_int_ips.0 %]:1443": exit-status: 0 stdout: - - "/Admin Sign In/" + - "/Admin Sign In|NGCP Admin UI/" stderr: [] timeout: 30000 "curl --insecure -L https://[% web_int_ips.0 %]:1443": exit-status: 0 stdout: - - "/Admin Sign In/" + - "/Admin Sign In|NGCP Admin UI/" stderr: [] timeout: 30000 + "curl --insecure -L http://[% web_int_ips.0 %]:1443/v2/": + exit-status: 0 + stdout: + - "/NGCP Admin UI/" + stderr: [] + timeout: 30000 + + "curl --insecure -L https://[% web_int_ips.0 %]:1443/v2/": + exit-status: 0 + stdout: + - "/NGCP Admin UI/" + stderr: [] + timeout: 30000 "curl --insecure -L http://[% web_ext_ips.0 %]/": exit-status: 0 stdout: - - Customer Self-Care Web Interface + - "/Subscriber Sign In|Customer Self-Care Web Interface/" stderr: [] timeout: 30000 "curl --insecure -L https://[% web_ext_ips.0 %]/": exit-status: 0 stdout: - - Customer Self-Care Web Interface + - "/Subscriber Sign In|Customer Self-Care Web Interface/" stderr: [] timeout: 30000 - "curl --insecure -L http://[% web_int_ips.0 %]:1443/api/": exit-status: 0 stdout: