summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authoreh552t <eh552t@intl.att.com>2017-11-06 10:26:33 +0100
committereh552t <eh552t@intl.att.com>2017-11-06 10:27:39 +0100
commit2f75a72c8955a1dcf5aa367162a19bddb5eded2a (patch)
tree610ba74982f247c27ccf67fcdcdc13ec1e506bfa /test
parent5ca28743cc8f735b29e3a2f7c860df88f311951b (diff)
Fix integration tests
Change-Id: Ie7f181b7d9dbc59d5bfe86789915cf4cd64a5192 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-28
Diffstat (limited to 'test')
-rw-r--r--test/csit/tests/clamp/APIs/01__TCA.robot11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/csit/tests/clamp/APIs/01__TCA.robot b/test/csit/tests/clamp/APIs/01__TCA.robot
index c0b268bf1..c96d9bcab 100644
--- a/test/csit/tests/clamp/APIs/01__TCA.robot
+++ b/test/csit/tests/clamp/APIs/01__TCA.robot
@@ -44,19 +44,10 @@ Put Requests to add Close Loop TCA Model1
${resp}= Put Request clamp /restservices/clds/v1/clds/model/TCAModel1 data=${data} headers=${headers}
Should Be Equal As Strings ${resp.status_code} 200
-Put Requests to add Close Loop TCA Model2
- ${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
- Create Session clamp http://localhost:8080 auth=${auth}
- ${data}= Get Binary File ${CURDIR}${/}data${/}createTCAModel2.json
- &{headers}= Create Dictionary Content-Type=application/json
- ${resp}= Put Request clamp /restservices/clds/v1/clds/model/TCAModel2 data=${data} headers=${headers}
- Should Be Equal As Strings ${resp.status_code} 200
-
-Get Requests verify TCA Model1 and Model2 found
+Get Requests verify TCA Model1 found
${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
Create Session clamp http://localhost:8080 auth=${auth}
${resp}= Get Request clamp /restservices/clds/v1/clds/model-names
Should Be Equal As Strings ${resp.status_code} 200
Should Contain Match ${resp} *TCAModel1*
- Should Contain Match ${resp} *TCAModel2*
Should Not Contain Match ${resp} *TCAModel99*