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/clamp/UIs | |
parent | 4e69c299dffa44b954195890c9e4a5683bf8b66a (diff) | |
parent | 3f75395787a66248bf4c465f49292d439e0d05d9 (diff) |
Merge "Fix CSIT tests for clamp change values"
Diffstat (limited to 'test/csit/tests/clamp/UIs')
-rw-r--r-- | test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot | 2 |
1 files changed, 1 insertions, 1 deletions
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* |