summaryrefslogtreecommitdiffstats
path: root/tests/clamp/APIs
diff options
context:
space:
mode:
authorosgn422w <gervais-martial.ngueko@intl.att.com>2020-02-27 12:06:33 +0100
committerosgn422w <gervais-martial.ngueko@intl.att.com>2020-02-27 12:06:58 +0100
commita99b751381486b1e82843ab33cd47954ec717432 (patch)
treee3a047838923e77d7ce4ea5fe2fee58bf6d3a76a /tests/clamp/APIs
parent0da675320e8150f26935c4ab3de89b7c7fba0d14 (diff)
remove deprecated tests
remove deprecated tests of API and UIs Issue-ID: CLAMP-655 Change-Id: I96b198ce80e883a72a9696a693bf6251c86b0d2b Signed-off-by: osgn422w <gervais-martial.ngueko@intl.att.com>
Diffstat (limited to 'tests/clamp/APIs')
-rw-r--r--tests/clamp/APIs/01__Test_CL_APIs.robot26
1 files changed, 1 insertions, 25 deletions
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