Fix integration tests: only VNF should be tested 35/44835/1
authorehautot <eh552t@intl.att.com>
Thu, 26 Apr 2018 09:13:06 +0000 (11:13 +0200)
committerehautot <eh552t@intl.att.com>
Thu, 26 Apr 2018 09:14:22 +0000 (11:14 +0200)
Change-Id: I546d1deb75ead0105f9529e6fbe8ae9e3900750e
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-129

test/csit/tests/clamp/UIs/02__Create_TCA_model.robot
test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot

index 99d93c3..7349f63 100644 (file)
@@ -50,7 +50,7 @@ Set Properties for TCAModel1
     Click Element    locator=Properties CL
     Select From List By Label       id=service       vLoadBalancer
     Select From List By Label       id=vf       vLoadBalancer 0
-    Select From List By Label       id=actionSet      eNodeB
+    Select From List By Label       id=actionSet      VNF
     Select From List By Label       id=location      Data Center 1      Data Center 3
     Click Button    locator=Save
 
@@ -59,7 +59,7 @@ Set Policy Box properties for TCAModel1
     Click Element    xpath=//*[@data-element-id="Policy_12lup3h"]
     Click Button    locator=New Policy
     Input Text      locator=//*[@id="pname"]      text=Policy2
-    Select From List By Label       id=recipe      Reset
+    Select From List By Label       id=recipe      Restart
     Input Text      locator=maxRetries      text=6
     Input Text      locator=retryTimeLimit      text=280
     Input Text      locator=timeout      text=400
index 70cbf12..a9cb787 100644 (file)
@@ -30,11 +30,11 @@ Verify TCAModel1
     ${resp}=    Get Request    clamp   /restservices/clds/v1/clds/model/TCAModel1
     Should Contain Match    ${resp}   *templateTCA1*
     Should Contain Match    ${resp}   *c95b0e7c-c1f0-4287-9928-7964c5377a46*
-    Should Contain Match    ${resp}   *enbRecipe*
+    Should Contain Match    ${resp}   *vnfRecipe*
     Should Contain Match    ${resp}   *DC1*
     Should Contain Match    ${resp}   *DC3*
     Should Contain Match    ${resp}   *Policy2*
-    Should Contain Match    ${resp}   *reset*
+    Should Contain Match    ${resp}   *restart*
     Should Contain Match    ${resp}   *280*
     Should Contain Match    ${resp}   *400*