diff options
author | eh552t <eh552t@intl.att.com> | 2018-07-30 12:48:48 +0200 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2018-07-31 15:38:37 +0200 |
commit | 7edf080cc2a6f42be378864147157ec06a7ba050 (patch) | |
tree | 7047138d53b2bc8f5a63a5bee3cfcf4a96d21803 /test/csit/tests/clamp/APIs/03__VariousApis.robot | |
parent | 0b8db8f3fb19c3e41a901e76c930e7f2008239f4 (diff) |
Fix CSIT tests for auth login and api changes
Change-Id: I73146fd6ad81f8826014ef03ad3e5196b0ef952c
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-129
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 |