diff options
author | eh552t <eh552t@intl.att.com> | 2019-02-18 16:06:58 +0100 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2019-02-20 12:06:54 +0100 |
commit | 4e906ce1017ccef4046ee5295671c1e7f0357b52 (patch) | |
tree | 121763197a2a3e14998f6f7f0d57ba6e9d87714a /tests/clamp/APIs | |
parent | cc8c4c698ca3db16d72a21e926a852598256cc3d (diff) |
Fix CSIT for CLAMP APIs tests
Change-Id: I094a0eeed354af93c10cc09bef8db3b2355a1957
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-233
Diffstat (limited to 'tests/clamp/APIs')
-rw-r--r-- | tests/clamp/APIs/04__Verify_API_Models.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/clamp/APIs/04__Verify_API_Models.robot b/tests/clamp/APIs/04__Verify_API_Models.robot index 42c5c43d..9a29a918 100644 --- a/tests/clamp/APIs/04__Verify_API_Models.robot +++ b/tests/clamp/APIs/04__Verify_API_Models.robot @@ -11,7 +11,7 @@ ${passw} password *** Test Cases *** Verify HolmesModel1 ${resp}= Get Request ${clamp_session} /restservices/clds/v1/clds/model/ClHolmes1 - Should Contain Match ${resp} *templateHolmes1* + Should Contain Match ${resp} *plateHolmes1* Should Contain Match ${resp} *DC1* Should Contain Match ${resp} *DC2* Should Contain Match ${resp} *Policy1* @@ -22,7 +22,7 @@ Verify HolmesModel1 Verify HolmesModel2 ${resp}= Get Request ${clamp_session} /restservices/clds/v1/clds/model/ClHolmes2 - Should Contain Match ${resp} *templateHolmes2* + Should Contain Match ${resp} *plateHolmes2* Should Contain Match ${resp} *DC2* Should Contain Match ${resp} *DC3* Should Contain Match ${resp} *Policy2* @@ -34,7 +34,7 @@ Verify HolmesModel2 Verify TCAModel1 ${resp}= Get Request ${clamp_session} /restservices/clds/v1/clds/model/ClTCA1 - Should Contain Match ${resp} *templateTCA1* + Should Contain Match ${resp} *plateTCA1* Should Contain Match ${resp} *enbRecipe* Should Contain Match ${resp} *DC1* Should Contain Match ${resp} *DC2* @@ -45,7 +45,7 @@ Verify TCAModel1 Verify TCAModel2 ${resp}= Get Request ${clamp_session} /restservices/clds/v1/clds/model/ClTCA2 - Should Contain Match ${resp} *templateTCA2* + Should Contain Match ${resp} *lateTCA2* Should Contain Match ${resp} *enbRecipe* Should Contain Match ${resp} *DC1* Should Contain Match ${resp} *DC2* |