Fix integration tests 79/22279/1
authoreh552t <eh552t@intl.att.com>
Mon, 6 Nov 2017 09:26:33 +0000 (10:26 +0100)
committereh552t <eh552t@intl.att.com>
Mon, 6 Nov 2017 09:27:39 +0000 (10:27 +0100)
Change-Id: Ie7f181b7d9dbc59d5bfe86789915cf4cd64a5192
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-28

test/csit/tests/clamp/APIs/01__TCA.robot

index c0b268b..c96d9bc 100644 (file)
@@ -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*