diff options
author | Anaƫl Closson <ac2550@intl.att.com> | 2019-09-16 13:41:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-16 13:41:13 +0000 |
commit | 327191ff7bb6918b63089a1e7e7a6e9f7b0e4a7e (patch) | |
tree | 5465516cbd43f95670a92349298debb1fb617b84 /tests/clamp/APIs/01__Test_CL_APIs.robot | |
parent | 2ae0ac0083483078350b1bc697e09683a8781957 (diff) | |
parent | 54f68945ef69716da1368aaad8faf8945bce820a (diff) |
Merge "Modify Db script"
Diffstat (limited to 'tests/clamp/APIs/01__Test_CL_APIs.robot')
-rw-r--r-- | tests/clamp/APIs/01__Test_CL_APIs.robot | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/clamp/APIs/01__Test_CL_APIs.robot b/tests/clamp/APIs/01__Test_CL_APIs.robot index 3edccefd..9fb9d06d 100644 --- a/tests/clamp/APIs/01__Test_CL_APIs.robot +++ b/tests/clamp/APIs/01__Test_CL_APIs.robot @@ -27,21 +27,20 @@ List TCAs Should Contain Match ${resp} *Name1_tca_3* Open TCA1 - ${resp}= Get Request ${clamp_session} /restservices/clds/v2/loop/LOOP_ejh5S_v1_0_ResourceInstanceName1_tca + ${resp}= Get Request ${clamp_session} /restservices/clds/v2/loop/LOOP_yHsgu_v1_0_ResourceInstanceName1_tca Should Contain Match ${resp} *Name1_tca* Should Contain Match ${resp} *Operational Policy Item* Should Contain Match ${resp} *Operational policies* - Should Contain Match ${resp} *Micro Service policies UPDATED* Open TCA2 - ${resp}= Get Request ${clamp_session} /restservices/clds/v2/loop/LOOP_ejh5S_v1_0_ResourceInstanceName2_tca_2 + ${resp}= Get Request ${clamp_session} /restservices/clds/v2/loop/LOOP_yHsgu_v1_0_ResourceInstanceName2_tca_2 Should Contain Match ${resp} *Name2_tca_2* Should Contain Match ${resp} *Operational Policy Item* Should Contain Match ${resp} *1004* Should Contain Match ${resp} *TCA Policy Scope* Open TCA3 - ${resp}= Get Request ${clamp_session} /restservices/clds/v2/loop/LOOP_ejh5S_v1_0_ResourceInstanceName1_tca_3 + ${resp}= Get Request ${clamp_session} /restservices/clds/v2/loop/LOOP_yHsgu_v1_0_ResourceInstanceName1_tca_3 Should Contain Match ${resp} *Name1_tca_3* Should Contain Match ${resp} *Operational Policy Item* Should Contain Match ${resp} *1004* |