aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehautot <eh552t@intl.att.com>2018-04-26 11:13:06 +0200
committerehautot <eh552t@intl.att.com>2018-04-26 11:14:22 +0200
commitcb8a312a30e51a6b07be67d5ad075b042e68b998 (patch)
tree050b58c42a989d86b24c797e04072d37375cf9d3
parent6fe7398eeb94a5268211a9925f955218e705ab53 (diff)
Fix integration tests: only VNF should be tested
Change-Id: I546d1deb75ead0105f9529e6fbe8ae9e3900750e Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-129
-rw-r--r--test/csit/tests/clamp/UIs/02__Create_TCA_model.robot4
-rw-r--r--test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot
index 99d93c312..7349f63bb 100644
--- a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot
+++ b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot
@@ -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
diff --git a/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot b/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot
index 70cbf1262..a9cb78749 100644
--- a/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot
+++ b/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot
@@ -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*