Fix integration tests as some boxes removed

Change-Id: Ic80c5f86e9b1cf8f7fcd99e69b4f00786803f1f2
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-34
diff --git a/test/csit/tests/clamp/APIs/02__Holmes.robot b/test/csit/tests/clamp/APIs/02__Holmes.robot
index 313b7a4..055b99a 100644
--- a/test/csit/tests/clamp/APIs/02__Holmes.robot
+++ b/test/csit/tests/clamp/APIs/02__Holmes.robot
@@ -11,7 +11,7 @@
     ${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 @@
     ${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