From: osgn422w Date: Thu, 27 Feb 2020 11:06:33 +0000 (+0100) Subject: remove deprecated tests X-Git-Tag: 6.0.0-ONAP~62^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a99b751381486b1e82843ab33cd47954ec717432;p=integration%2Fcsit.git remove deprecated tests remove deprecated tests of API and UIs Issue-ID: CLAMP-655 Change-Id: I96b198ce80e883a72a9696a693bf6251c86b0d2b Signed-off-by: osgn422w --- diff --git a/tests/clamp/APIs/01__Test_CL_APIs.robot b/tests/clamp/APIs/01__Test_CL_APIs.robot index 9fb9d06d..7372af62 100644 --- a/tests/clamp/APIs/01__Test_CL_APIs.robot +++ b/tests/clamp/APIs/01__Test_CL_APIs.robot @@ -20,28 +20,4 @@ Get Requests health check ok ${resp}= Get Request ${clamp_session} /restservices/clds/v1/healthcheck Should Be Equal As Strings ${resp.status_code} 200 -List TCAs - ${resp}= Get Request ${clamp_session} /restservices/clds/v2/loop/getAllNames - Should Contain Match ${resp} *Name1_tca* - Should Contain Match ${resp} *tca_2* - Should Contain Match ${resp} *Name1_tca_3* - -Open TCA1 - ${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* - -Open TCA2 - ${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_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* - Should Contain Match ${resp} *TCA Policy Scope* +*** Need Work/new tests to integrate new API *** \ No newline at end of file diff --git a/tests/clamp/UIs/01__Open_And_Edit_TCA.robot b/tests/clamp/UIs/01__Open_And_Edit_TCA.robot index 114c1d46..99c93d56 100644 --- a/tests/clamp/UIs/01__Open_And_Edit_TCA.robot +++ b/tests/clamp/UIs/01__Open_And_Edit_TCA.robot @@ -21,16 +21,3 @@ Get Requests health check ok Create the sessions ${resp}= Get Request ${clamp_session} /restservices/clds/v1/healthcheck Should Be Equal As Strings ${resp.status_code} 200 - -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}/index.html browser=firefox - -Reply to authentication popup - Run Keyword And Ignore Error Insert into prompt ${login} ${passw} - Confirm action - -Close Browser - Close Browser \ No newline at end of file diff --git a/tests/clamp/UIs/02__Verify_Modification_In_UI.robot b/tests/clamp/UIs/02__Verify_Modification_In_UI.robot index d50d7976..c5584add 100644 --- a/tests/clamp/UIs/02__Verify_Modification_In_UI.robot +++ b/tests/clamp/UIs/02__Verify_Modification_In_UI.robot @@ -20,7 +20,4 @@ Get Requests health check ok ${resp}= Get Request ${clamp_session} /restservices/clds/v1/healthcheck Should Be Equal As Strings ${resp.status_code} 200 -Open TCA1 - ${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* +*** Need Work/new tests to integrate new UI *** \ No newline at end of file