diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-24 19:24:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-24 19:24:27 +0000 |
commit | c09d468ab783c52ca1e96a47cc0eb2418f587734 (patch) | |
tree | 98b77fbf700b06fe06cee10d89665f3f0154ee8a /robot/resources/vid/create_vid_vnf.robot | |
parent | 21ea570970282f4f4b9dc3663a9a081657df9c63 (diff) | |
parent | adaa2374a3bbfc972605f33238f0ebd14b946f42 (diff) |
Merge "Updates for cloud_config, SDC health, VID timing"
Diffstat (limited to 'robot/resources/vid/create_vid_vnf.robot')
-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} |