move cdt GUI to https 52/83052/1
authorTaka Cho <takamune.cho@att.com>
Fri, 22 Mar 2019 16:05:40 +0000 (12:05 -0400)
committerTaka Cho <takamune.cho@att.com>
Fri, 22 Mar 2019 16:07:17 +0000 (12:07 -0400)
change http to https
new tab "Admin:
two new LCM Actions
for appc's csit

Change-Id: I4e07b46b171de22283ee41b654a7c34c7c45f22e
Issue-ID: APPC-1551
Signed-off-by: Taka Cho <takamune.cho@att.com>
tests/appc/cdt/cdt.robot
tests/appc/cdt/common.robot

index b33bfe7..ad380f1 100644 (file)
@@ -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
index 3492924..b500d88 100644 (file)
@@ -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 ***