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/UIs | |
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/UIs')
-rw-r--r-- | tests/clamp/UIs/01__Open_And_Edit_TCA.robot | 4 | ||||
-rw-r--r-- | tests/clamp/UIs/02__Verify_Modification_In_UI.robot | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/tests/clamp/UIs/01__Open_And_Edit_TCA.robot b/tests/clamp/UIs/01__Open_And_Edit_TCA.robot index edf54e81..114c1d46 100644 --- a/tests/clamp/UIs/01__Open_And_Edit_TCA.robot +++ b/tests/clamp/UIs/01__Open_And_Edit_TCA.robot @@ -10,7 +10,7 @@ ${login} admin ${passw} password ${SELENIUM_SPEED_FAST} 1 seconds ${SELENIUM_SPEED_SLOW} 2 seconds -${BASE_URL} https://localhost:8443 +${BASE_URL} https://localhost:443 *** Keywords *** Create the sessions ${auth}= Create List ${login} ${passw} @@ -26,7 +26,7 @@ Open Browser # Next line is to be enabled for Headless tests only (jenkins?). To see the tests disable the line. Start Virtual Display 1920 1080 Set Selenium Speed ${SELENIUM_SPEED_SLOW} - Open Browser ${BASE_URL}/designer/index.html browser=firefox + Open Browser ${BASE_URL}/index.html browser=firefox Reply to authentication popup Run Keyword And Ignore Error Insert into prompt ${login} ${passw} diff --git a/tests/clamp/UIs/02__Verify_Modification_In_UI.robot b/tests/clamp/UIs/02__Verify_Modification_In_UI.robot index 84ea22e8..d50d7976 100644 --- a/tests/clamp/UIs/02__Verify_Modification_In_UI.robot +++ b/tests/clamp/UIs/02__Verify_Modification_In_UI.robot @@ -21,8 +21,6 @@ Get Requests health check ok Should Be Equal As Strings ${resp.status_code} 200 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* - Should Contain Match ${resp} *Micro Service policies UPDATED* - Should Contain Match ${resp} *POLICY SUBMIT request* |