diff options
author | Brian Freeman <bf1936@att.com> | 2019-11-13 13:18:59 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-11-13 13:21:34 -0500 |
commit | c86db4191422c5fc27122d2ed7d8fa7b76b91b24 (patch) | |
tree | e261e91aba370b458fda78ffc56ae7fa92a7a022 /robot/resources/vid/create_vid_vnf.robot | |
parent | c3188106f419bbd851c2fb059b150a46b603609c (diff) |
Fix Demo Instantiate after GRA update
Issue-ID: INT-1345
Change-Id: I9b770a98d3b6dc82f0737872ff1fdc5e430703ec
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/resources/vid/create_vid_vnf.robot')
-rw-r--r-- | robot/resources/vid/create_vid_vnf.robot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/robot/resources/vid/create_vid_vnf.robot b/robot/resources/vid/create_vid_vnf.robot index 42bde328..a0088b0d 100644 --- a/robot/resources/vid/create_vid_vnf.robot +++ b/robot/resources/vid/create_vid_vnf.robot @@ -14,6 +14,10 @@ Create VID VNF [Documentation] Creates a VNF instance using VID for passed instance id with the passed service instance name [Arguments] ${service_instance_id} ${service_instance_name} ${product_family} ${lcp_region} ${tenant} ${vnf_type} ${customer} ${line_of_business}=LOB-Demonstration ${platform}=Platform-Demonstration ${cloud_owner_uc}=${GLOBAL_AAI_CLOUD_OWNER} Go To VID HOME + ##### TEST BIGGER WINDOW TO AVOID MASKED ITEMS PROBLEM ##### + ${width} ${height}= Get Window Size + Set Window Size 2000 1000 + ${width} ${height}= Get Window Size Click Link xpath=//div[@heading = 'Search for Existing Service Instances']/a Wait Until Page Contains Please search by timeout=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} |