Merge branch 'master' of https://github.com/kkhalasi/ONLabTest
diff --git a/TestON/RobotTests/ScalePOC.robot b/TestON/RobotTests/ScalePOC.robot
index e8e10af..4627753 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.
+Documentation ONOS Switch Scale Test
+Suite Setup ONOS Suite Setup ${CONTROLLER_IP} ${CONTROLLER_USER}
+Suite Teardown ONOS Suite Teardown
Library SSHLibrary
Library Collections
Library OperatingSystem
@@ -22,6 +22,7 @@
${RESTCONFPORT} 8181
${LINUX_PROMPT} $
##SWITCHES_RESULT_FILE and JENKINS_WORKSPACE can be configurable...read overriding variables in README
+##SWITCHES_RESULT_FILE is used to plot data. you can use a jenkins post job for this or do it manually
${SWITCHES_RESULT_FILE} ${USER_HOME}/workspace/tools/switches.csv
${JENKINS_WORKSPACE} ${USER_HOME}/workspace/ONOS-Stable/
${prompt_timeout} 30s