aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/clamp/APIs/02__Holmes.robot
diff options
context:
space:
mode:
authoreh552t <eh552t@intl.att.com>2017-10-03 17:18:00 +0200
committereh552t <eh552t@intl.att.com>2017-10-03 17:18:34 +0200
commit67c43e6e208ce10d0637d63469f68620254fbe27 (patch)
treed1d78b978b7a8e7da629ab7ba7abf3a51de45cf5 /test/csit/tests/clamp/APIs/02__Holmes.robot
parent56bdb25c0ffdef131ec4bc160e2b686e9aad73ea (diff)
Fix integration tests as some boxes removed
Change-Id: Ic80c5f86e9b1cf8f7fcd99e69b4f00786803f1f2 Signed-off-by: eh552t <eh552t@intl.att.com> Issue-ID: CLAMP-34
Diffstat (limited to 'test/csit/tests/clamp/APIs/02__Holmes.robot')
-rw-r--r--test/csit/tests/clamp/APIs/02__Holmes.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/csit/tests/clamp/APIs/02__Holmes.robot b/test/csit/tests/clamp/APIs/02__Holmes.robot
index 313b7a4d2..055b99af9 100644
--- a/test/csit/tests/clamp/APIs/02__Holmes.robot
+++ b/test/csit/tests/clamp/APIs/02__Holmes.robot
@@ -11,7 +11,7 @@ Get Requests health check ok
${resp}= Get Request clamp /restservices/clds/v1/clds/healthcheck
Should Be Equal As Strings ${resp.status_code} 200
-Put Requests to add Holmes template1 with yaml properties
+Put Requests to add Holmes template1 without properties
${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
Create Session clamp http://localhost:8080 auth=${auth}
${data}= Get Binary File ${CURDIR}${/}data${/}createHolmesTemplate1.json
@@ -19,7 +19,7 @@ Put Requests to add Holmes template1 with yaml properties
${resp}= Put Request clamp /restservices/clds/v1/cldsTempate/template/HolmesTemplate1 data=${data} headers=${headers}
Should Be Equal As Strings ${resp.status_code} 200
-Put Requests to add Holmes template2 with yaml properties
+Put Requests to add Holmes template2 without properties
${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
Create Session clamp http://localhost:8080 auth=${auth}
${data}= Get Binary File ${CURDIR}${/}data${/}createHolmesTemplate2.json