demo vFWCL & failsafe customer select 81/56981/1
authorBrian Freeman <bf1936@att.com>
Thu, 19 Jul 2018 22:07:31 +0000 (17:07 -0500)
committerBrian Freeman <bf1936@att.com>
Thu, 19 Jul 2018 22:07:41 +0000 (17:07 -0500)
Issue-ID: TEST-109
Change-Id: I019fab8503ed43f5b82bfc34f46fc51ff8aa8773
Signed-off-by: Brian Freeman <bf1936@att.com>
robot/resources/vid/create_service_instance.robot
robot/testsuites/demo.robot

index e1daff6..d57abc4 100644 (file)
@@ -21,6 +21,7 @@ Create VID Service Instance
     ${uuid}=    Generate UUID
     Wait Until Page Contains Element    xpath=//input[@parameter-name='Instance Name']    ${GLOBAL_VID_UI_TIMEOUT_LONG}
     Wait Until Element Is Visible    xpath=//input[@parameter-name='Instance Name']    ${GLOBAL_VID_UI_TIMEOUT_LONG}
+    Click On Element When Visible    //select[@prompt='Select Subscriber Name']
     Select From List When Enabled    //select[@prompt='Select Subscriber Name']    ${customer_name}   timeout=${GLOBAL_VID_UI_TIMEOUT_LONG}
     Select From List When Enabled    //select[@prompt='Select Service Type']     ${service_type}   timeout=${GLOBAL_VID_UI_TIMEOUT_LONG}
     Select From List When Enabled    //select[@prompt='Select Project Name']     ${project_name}   timeout=${GLOBAL_VID_UI_TIMEOUT_LONG}
index 4c99f45..005b410 100644 (file)
@@ -39,6 +39,10 @@ Instantiate VFW
     [Tags]   instantiateVFW
     Instantiate VNF   vFW
 
+Instantiate VFWCL
+    [Tags]   instantiateVFWCL
+    Instantiate VNF   vFWCL
+
 Delete Instantiated VNF
     [Documentation]   This test assumes all necessary variables are loaded via the variable file create in  Save For Delete
     ...    The Teardown VNF needs to be in the teardown step of the test case...