aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2019-03-25 22:49:22 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-25 22:49:22 +0000
commit26ed3a83159b3de2d495b0b41495a826d7e8fd8a (patch)
tree645dba146cc018030f005045e5373ad04edd5042 /tests
parent2b9b3b47e757597e836128ff9dbd9015904fd0fa (diff)
parentac03c6e5700543b336e50fdc8045e2967b903908 (diff)
Merge "move cdt GUI to https"
Diffstat (limited to 'tests')
-rw-r--r--tests/appc/cdt/cdt.robot5
-rw-r--r--tests/appc/cdt/common.robot2
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/appc/cdt/cdt.robot b/tests/appc/cdt/cdt.robot
index b33bfe77..ad380f15 100644
--- a/tests/appc/cdt/cdt.robot
+++ b/tests/appc/cdt/cdt.robot
@@ -10,6 +10,7 @@
| | Page should contain link | Home
| | Page should contain link | MY VNFs
| | Page should contain link | Test
+| | Page should contain link | Admin
| | Page should contain link | About us
| | Page Should Not Contain | ${USER_ID}
# Verify MY VNFs link will will ask for user entry
@@ -79,8 +80,8 @@
| | Input Text | id=vnfType | csit${THEDATE}
| | Click Button | Next
| | Page Should Contain Element | id=cmbAction
-# Verify 17 selections available
-| | Select From List By Index | id=cmbAction | 17
+# Verify 19 selections available
+| | Select From List By Index | id=cmbAction | 19
# Select HealthCheck and ANSIBLE and verify it gets created
| | Select From List By Value | id=cmbAction | HealthCheck
| | Select From List By Value | id=txtDeviceProtocol | ANSIBLE
diff --git a/tests/appc/cdt/common.robot b/tests/appc/cdt/common.robot
index 3492924f..b500d88e 100644
--- a/tests/appc/cdt/common.robot
+++ b/tests/appc/cdt/common.robot
@@ -12,7 +12,7 @@
| ${LONGTIME} | 90s
| ${TENMINUTES} | 600s
#| ${FFPROFILE_DIR} | /home/dvz/.mozilla/firefox/s87c07vn.AppCZoomed50
-| ${MAINURL} | http://localhost:8080/index.html
+| ${MAINURL} | https://localhost:8080/index.html
| ${USER_ID} | csituser
*** Keywords ***