summaryrefslogtreecommitdiffstats
path: root/test/csit/tests/clamp/APIs/02__Holmes.robot
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-10-03 15:53:40 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-03 15:53:40 +0000
commit5fb743e429870529325cd913afb2cdb916faace7 (patch)
treee5b249906523a09bcfd65e6a9c21d3db7e3a758d /test/csit/tests/clamp/APIs/02__Holmes.robot
parent60032a5529c26de6d9c24b3b1f4806f1188c51ce (diff)
parent67c43e6e208ce10d0637d63469f68620254fbe27 (diff)
Merge "Fix integration tests as some boxes removed"
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