diff options
author | Anaƫl Closson <ac2550@intl.att.com> | 2018-07-31 13:58:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-07-31 13:58:14 +0000 |
commit | 3f08a37ab732e54eeaedb323473e833992c6c163 (patch) | |
tree | d6c96c40d8625d14e3b0900b95f4aacf306df566 /test/csit/tests/clamp/APIs/03__VariousApis.robot | |
parent | 3cbe54761c77812594cf6c497482373e814792c1 (diff) | |
parent | 7edf080cc2a6f42be378864147157ec06a7ba050 (diff) |
Merge "Fix CSIT tests for auth login and api changes"
Diffstat (limited to 'test/csit/tests/clamp/APIs/03__VariousApis.robot')
-rw-r--r-- | test/csit/tests/clamp/APIs/03__VariousApis.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/csit/tests/clamp/APIs/03__VariousApis.robot b/test/csit/tests/clamp/APIs/03__VariousApis.robot index 50dd78e16..f32728396 100644 --- a/test/csit/tests/clamp/APIs/03__VariousApis.robot +++ b/test/csit/tests/clamp/APIs/03__VariousApis.robot @@ -10,9 +10,9 @@ ${passw} password *** Test Cases *** Get Clamp properties - ${resp}= Get Request ${clamp_session} /restservices/clds/v1/clds/properties - Dictionary Should Contain Key ${resp.json()} global - Dictionary Should Contain Key ${resp.json()['global']} location + ${resp}= Get Request ${clamp_session} /restservices/clds/v1/clds/cldsInfo + Dictionary Should Contain Key ${resp.json()} userName + Dictionary Should Contain Key ${resp.json()} permissionReadCl Get Clamp Info ${resp}= Get Request ${clamp_session} /restservices/clds/v1/clds/cldsInfo |