diff options
author | DR695H <dr695h@att.com> | 2019-07-30 17:25:33 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-31 15:27:35 -0400 |
commit | 70861af6430f2bf04917e2e08925f85774668417 (patch) | |
tree | 8e3a54fc9091d634c0a73d0540722e10bcfb9996 /robot/resources/vid | |
parent | e9bd8e9d0f2bc7f54440fcf899b0a8fb00a47b77 (diff) |
add vnf and service to vnf orch
Issue-ID: TEST-174
Change-Id: If58e3fb7c3d9ddb86a0dd29bc2412b91d4bf3fed
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/vid')
-rw-r--r-- | robot/resources/vid/create_vid_vnf.robot | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/robot/resources/vid/create_vid_vnf.robot b/robot/resources/vid/create_vid_vnf.robot index 76cf836b..ea3cf123 100644 --- a/robot/resources/vid/create_vid_vnf.robot +++ b/robot/resources/vid/create_vid_vnf.robot @@ -17,9 +17,6 @@ Create VID VNF Click Link xpath=//div[@heading = 'Search for Existing Service Instances']/a Wait Until Page Contains Please search by timeout=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} - # If we don't wait for this control to be enabled, the submit results in a 'not found' pop-up (UnexpectedAlertPresentException) - #Input Text When Enabled //input[@name='selectedServiceInstance'] ${service_instance_id} - #Select From List By Label //select[@ng-model='selectedserviceinstancetype'] Service Instance Id Select From List By Label //select[@ng-model='selectedCustomer'] ${customer} Click On Button When Enabled //button[contains(text(),'Submit')] Wait Until Page Contains Element link=View/Edit timeout=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} @@ -43,10 +40,7 @@ Create VID VNF ${cloud_owner_uc}= Convert To Uppercase ${GLOBAL_AAI_CLOUD_OWNER} Select From List By Label xpath=//select[@parameter-id='lcpRegion'] ${lcp_region} (${cloud_owner_uc}) Select From List By Label xpath=//select[@parameter-id='tenant'] ${tenant} - Sleep 5s - Click Element xpath=//multiselect[@parameter-id='lineOfBusiness'] - Sleep 5s - Click On Button When Enabled //button[contains(text(),${line_of_business})] + Select From List When Enabled //select[@parameter-id='lineOfBusiness'] ${line_of_business} Select From List By Label xpath=//select[@parameter-id='platform'] ${platform} Click On Button When Enabled //button[contains(text(),'Confirm')] Wait Until Element Contains xpath=//pre[@class = 'log ng-binding'] requestState timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} |