X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=test%2Fcsit%2Fsuites%2Fopenflowplugin%2FMaximum_Links%2F010__finding_max_links.robot;fp=test%2Fcsit%2Fsuites%2Fopenflowplugin%2FMaximum_Links%2F010__finding_max_links.robot;h=0000000000000000000000000000000000000000;hb=59e81c38620fa1b61e15771191e35771450b9499;hp=c04902ffcc856a5e503d0c357accfce0af9bf965;hpb=072f6e3a8d1bdf8f4c663843589c22d93ba07791;p=integration%2Ftest.git diff --git a/test/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot b/test/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot deleted file mode 100644 index c04902ffcc..0000000000 --- a/test/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot +++ /dev/null @@ -1,34 +0,0 @@ -*** Settings *** -Documentation Test suite for finding out max number of Links -Suite Setup Link Scale Suite Setup -Suite Teardown Scalability Suite Teardown -Library OperatingSystem -Library RequestsLibrary -Variables ../../../variables/Variables.py -Resource ../../../libraries/Scalability.robot - -*** Variables *** -${MIN_SWITCHES} 10 -${MAX_SWITCHES} 200 -${STEP_SWITCHES} 5 -${LINKS_RESULT_FILE} links.csv - - -*** Test Cases *** -Find Max Switch Links - [Documentation] Find max number of Links supported. Fully mesh topology starting from - ... ${MIN_SWITCHES} switches till ${MAX_SWITCHES} switches will be attempted in steps of ${STEP_SWITCHES} - Append To File ${LINKS_RESULT_FILE} Max Links \n - ${max-links} Find Max Links ${MIN_SWITCHES} ${MAX_SWITCHES} ${STEP_SWITCHES} - Log ${max-links} - Append To File ${LINKS_RESULT_FILE} ${max-links}\n - -*** Keywords *** -Link Scale Suite Setup - [Documentation] Do initial steps for link scale tests - Create Session session http://${CONTROLLER}:${RESTCONFPORT} auth=${AUTH} headers=${HEADERS_XML} - ${mininet_conn_id}= Open Connection ${MININET} prompt=${DEFAULT_LINUX_PROMPT} - Login With Public Key ${MININET_USER} ${USER_HOME}/.ssh/${SSH_KEY} any - Log Copying ${CREATE_FULLYMESH_TOPOLOGY_FILE_PATH} file to Mininet VM - Put File ${CURDIR}/../../../${CREATE_FULLYMESH_TOPOLOGY_FILE_PATH} - Close Connection \ No newline at end of file