Merge branch 'master' of https://github.com/kkhalasi/ONLabTest
diff --git a/TestON/RobotTests/ScalePOC.robot b/TestON/RobotTests/ScalePOC.robot
index e8e10af..c4fcfa0 100644
--- a/TestON/RobotTests/ScalePOC.robot
+++ b/TestON/RobotTests/ScalePOC.robot
@@ -1,7 +1,7 @@
 *** Settings ***
 Documentation     ONOS Sanity Test Suite
-Suite Setup       ONOS Suite Setup    ${CONTROLLER_IP}    ${CONTROLLER_USER} ##Things to be done prior to running tests
-Suite Teardown    ONOS Suite Teardown ##Things to be done after test suite is finished. 
+Suite Setup       ONOS Suite Setup    ${CONTROLLER_IP}    ${CONTROLLER_USER}
+Suite Teardown    ONOS Suite Teardown
 Library           SSHLibrary
 Library           Collections
 Library           OperatingSystem