diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-08-08 16:26:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-08 16:26:41 +0000 |
commit | 9b2ca96d7784f9e6b745d6da35fd348225475405 (patch) | |
tree | a143a9682546fdaed47ccb963d7702580191b3a7 /test/csit/tests | |
parent | 4e69c299dffa44b954195890c9e4a5683bf8b66a (diff) | |
parent | 3f75395787a66248bf4c465f49292d439e0d05d9 (diff) |
Merge "Fix CSIT tests for clamp change values"
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/clamp/APIs/02__Create_CL_TCA.robot | 2 | ||||
-rw-r--r-- | test/csit/tests/clamp/APIs/04__Verify_API_Models.robot | 2 | ||||
-rw-r--r-- | test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/csit/tests/clamp/APIs/02__Create_CL_TCA.robot b/test/csit/tests/clamp/APIs/02__Create_CL_TCA.robot index 87b474213..15ab4b168 100644 --- a/test/csit/tests/clamp/APIs/02__Create_CL_TCA.robot +++ b/test/csit/tests/clamp/APIs/02__Create_CL_TCA.robot @@ -17,7 +17,7 @@ Get Requests verify test template found ${resp}= Get Request ${clamp_session} /restservices/clds/v1/cldsTempate/template-names Should Be Equal As Strings ${resp.status_code} 200 Should Contain Match ${resp} *templateTCA1* - Should Contain Match ${resp} *templateTCA2* + Should Contain Match ${resp} *CA2* Should Not Contain Match ${resp} *templateTCA99* Put Requests to add Close Loop ClHolmes1 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 7b9e2bc16..42c5c43d6 100644 --- a/test/csit/tests/clamp/APIs/04__Verify_API_Models.robot +++ b/test/csit/tests/clamp/APIs/04__Verify_API_Models.robot @@ -51,7 +51,7 @@ Verify TCAModel2 Should Contain Match ${resp} *DC2* Should Contain Match ${resp} *DC3* Should Contain Match ${resp} *Policy4* - Should Contain Match ${resp} *vLoadBalancer* + Should Contain Match ${resp} *tcaPol* Should Contain Match ${resp} *345* Should Contain Match ${resp} *300* Should Contain Match ${resp} *VM* 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 1f086d178..66bc3b15f 100644 --- a/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot +++ b/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot @@ -35,7 +35,7 @@ Verify HolmesModel1 Verify TCAModel1 ${resp}= Get Request ${clamp_session} /restservices/clds/v1/clds/model/TCAModel1 Should Contain Match ${resp} *templateTCA1* - Should Contain Match ${resp} *c95b0e7c-c1f0-4287-9928-7964c5377a46* + Should Contain Match ${resp} *DESIGN* Should Contain Match ${resp} *vnfRecipe* Should Contain Match ${resp} *DC1* Should Contain Match ${resp} *DC3* |