diff options
author | eh552t <eh552t@intl.att.com> | 2018-08-08 16:53:49 +0200 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2018-08-08 16:54:29 +0200 |
commit | 3f75395787a66248bf4c465f49292d439e0d05d9 (patch) | |
tree | 21e5079de5be3aa66766e5c991577c8773956ec7 /test/csit/tests/clamp/APIs | |
parent | 7e9188b57abc8588e51e8b86204aa718640170cc (diff) |
Fix CSIT tests for clamp change values
Change-Id: I93594cb0085844b96f4a68579000d2a3ca53b0cf
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-129
Diffstat (limited to 'test/csit/tests/clamp/APIs')
-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 |
2 files changed, 2 insertions, 2 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* |