Reduce time for dist and Casablanca VID UI 88/69988/1
authorBrian Freeman <bf1936@att.com>
Mon, 8 Oct 2018 13:23:20 +0000 (08:23 -0500)
committerBrian Freeman <bf1936@att.com>
Mon, 8 Oct 2018 13:23:31 +0000 (08:23 -0500)
Issue-ID: INT-681
Change-Id: I5eb7bb4660462532de9118b6c5b82a1f0ba06d63
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/resources/asdc_interface.robot
robot/resources/vid/vid_interface.robot

index 3e33fde..8a5aa3f 100644 (file)
@@ -68,7 +68,7 @@ Distribute Model From ASDC
     # on certify it gets a new id
     ${catalog_service_id}=    Certify ASDC Catalog Service    ${catalog_service_id}
     Approve ASDC Catalog Service    ${catalog_service_id}
-        : FOR   ${DIST_INDEX}    IN RANGE   2
+        : FOR   ${DIST_INDEX}    IN RANGE   1
         \   Log     Distribution Attempt ${DIST_INDEX}
         \   Distribute ASDC Catalog Service    ${catalog_service_id}
         \   ${catalog_service_resp}=    Get ASDC Catalog Service    ${catalog_service_id}
@@ -80,6 +80,7 @@ Distribute Model From ASDC
 
 Loop Over Check Catalog Service Distributed
     [Arguments]    ${catalog_service_id}
+    # SO watchdog timeout is 300 seconds
     : FOR     ${CHECK_INDEX}  IN RANGE   15
     \   ${status}   ${_} =   Run Keyword And Ignore Error     Check Catalog Service Distributed    ${catalog_service_id}
     \   Sleep     20s
index 3552279..1cbdf32 100644 (file)
@@ -50,6 +50,7 @@ Login To VID GUI
     Input Password    xpath=//input[@id='password']    ${GLOBAL_VID_PASSWORD}
     Click Button    xpath=//input[@id='loginBtn']
     Wait Until Page Contains  Welcome to VID    ${GLOBAL_SELENIUM_BROWSER_WAIT_TIMEOUT}
+    Select From List By Label    //select[@id='selectTestApi']    VNF_API (old)
     Log    Logged in to ${VID_ENDPOINT}${VID_ENV}
 
 Go To VID HOME