diff options
author | sebdet <sebastien.determe@intl.att.com> | 2019-09-12 13:03:30 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2019-09-13 18:28:34 +0200 |
commit | 54f68945ef69716da1368aaad8faf8945bce820a (patch) | |
tree | d55f0fd9b513f157c9bc70c9108f37e90669065c /tests/clamp/APIs | |
parent | 31c7509eb8a6ea5498e78b0c326f60733c0a9791 (diff) |
Modify Db script
Change db script so that it uses the autogenerated test data instead of
a predefined one
Issue-ID: CLAMP-496
Change-Id: I211913acbe49f93696e8d21674936fd589964b4a
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'tests/clamp/APIs')
-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* |