diff options
author | Brian Freeman <bf1936@att.com> | 2018-10-24 12:25:22 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2018-10-24 12:28:33 -0500 |
commit | adaa2374a3bbfc972605f33238f0ebd14b946f42 (patch) | |
tree | 8d738ded1eba0c9bd03964434a7b6f69e94a5a1f /robot/resources/vid | |
parent | 5aeb30ad203bd5ec2445fb446d040c7d81611dbc (diff) |
Updates for cloud_config, SDC health, VID timing
Based on contribution from Steve Smokowski
Issue-ID: INT-621
Change-Id: I82828397bc0b9701fb0fa90123ac4cdd3b8d327d
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid')
-rw-r--r-- | robot/resources/vid/create_vid_vnf.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/resources/vid/create_vid_vnf.robot b/robot/resources/vid/create_vid_vnf.robot index 5997b07e..fe0d3e15 100644 --- a/robot/resources/vid/create_vid_vnf.robot +++ b/robot/resources/vid/create_vid_vnf.robot @@ -109,6 +109,8 @@ Create VID VNF module Input Text xpath=//input[@parameter-id='instanceName'] ${vf_module_name} Select From List By Label xpath=//select[@parameter-id='lcpRegion'] ${lcp_region} Select From List By Label xpath=//select[@parameter-id='tenant'] ${tenant} + Wait Until Element Is Visible xpath=//input[@parameter-id='sdncPreload'] ${GLOBAL_VID_UI_TIMEOUT_SHORT} + Wait Until Element Is Enabled xpath=//input[@parameter-id='sdncPreload'] ${GLOBAL_VID_UI_TIMEOUT_SHORT} Select Checkbox xpath=//input[@parameter-id='sdncPreload'] Click Element button=Confirm Wait Until Element Contains xpath=//pre[@class = 'log ng-binding'] requestState timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} |