TT#134950 Improve tests for AUI by default case

Change-Id: Ie28967fa9274f3b7a5c109c9235b182e485a9b05
mr10.0
Alexander Lutay 4 years ago
parent 8a72eccede
commit 3fe2f871ff

@ -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:
- <title>Customer Self-Care Web Interface</title>
- "/Subscriber Sign In|<title>Customer Self-Care Web Interface</title>/"
stderr: []
timeout: 30000
"curl --insecure -L https://[% web_ext_ips.0 %]/":
exit-status: 0
stdout:
- <title>Customer Self-Care Web Interface</title>
- "/Subscriber Sign In|<title>Customer Self-Care Web Interface</title>/"
stderr: []
timeout: 30000
"curl --insecure -L http://[% web_int_ips.0 %]:1443/api/":
exit-status: 0
stdout:

Loading…
Cancel
Save