aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/clamp/APIs/04__Verify_API_Models.robot
diff options
context:
space:
mode:
authorehautot <eh552t@intl.att.com>2018-03-21 16:09:49 +0100
committerehautot <eh552t@intl.att.com>2018-03-21 16:10:24 +0100
commitad9ee61f28097d1a2ff11827bcbfe675f0a0012c (patch)
tree8b431e4fdd1342bb00f5b20dc312503fedee5ff5 /test/csit/tests/clamp/APIs/04__Verify_API_Models.robot
parentc5e1b81784d10ab3ce5b08d4f863c891726060e8 (diff)
Fix CSIT tests and add some more
Change-Id: I550b3c580ac0491b279da5288587b2bb6b053f46 Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-129
Diffstat (limited to 'test/csit/tests/clamp/APIs/04__Verify_API_Models.robot')
-rw-r--r--test/csit/tests/clamp/APIs/04__Verify_API_Models.robot8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/csit/tests/clamp/APIs/04__Verify_API_Models.robot b/test/csit/tests/clamp/APIs/04__Verify_API_Models.robot
index f4f762690..e7b2fb66d 100644
--- a/test/csit/tests/clamp/APIs/04__Verify_API_Models.robot
+++ b/test/csit/tests/clamp/APIs/04__Verify_API_Models.robot
@@ -26,8 +26,8 @@ Verify HolmesModel2
Should Contain Match ${resp} *DC2*
Should Contain Match ${resp} *DC3*
Should Contain Match ${resp} *Policy2*
- Should Contain Match ${resp} *enbRecipe*
- Should Contain Match ${resp} *reset*
+ Should Contain Match ${resp} *vnfRecipe*
+ Should Contain Match ${resp} *migrate*
Should Contain Match ${resp} *360*
Should Contain Match ${resp} *345*
Should Contain Match ${resp} *Config Policy Name2*
@@ -37,7 +37,7 @@ Verify TCAModel1
Create Session clamp http://localhost:8080 auth=${auth}
${resp}= Get Request clamp /restservices/clds/v1/clds/model/ClTCA1
Should Contain Match ${resp} *templateTCA1*
- Should Contain Match ${resp} *vnfRecipe*
+ Should Contain Match ${resp} *enbRecipe*
Should Contain Match ${resp} *DC1*
Should Contain Match ${resp} *DC2*
Should Contain Match ${resp} *Policy3*
@@ -50,7 +50,7 @@ Verify TCAModel2
Create Session clamp http://localhost:8080 auth=${auth}
${resp}= Get Request clamp /restservices/clds/v1/clds/model/ClTCA2
Should Contain Match ${resp} *templateTCA2*
- Should Contain Match ${resp} *vnfRecipe*
+ Should Contain Match ${resp} *enbRecipe*
Should Contain Match ${resp} *DC1*
Should Contain Match ${resp} *DC2*
Should Contain Match ${resp} *DC3*