OpenflowPlugin link scalability test 59/20759/10
authorsandeepg <SANDEEP.GANGADHARAN@HP.COM>
Tue, 19 May 2015 23:22:01 +0000 (16:22 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 3 Jun 2015 23:19:19 +0000 (23:19 +0000)
commit7bccd9dffcf98beb18f1d5293d42a0a695146236
tree63419c06caf2042280b5ff5afb82f33a5aee567c
parenta04c95b7b9b3f59bcd92f627c09b9f69a088c137
OpenflowPlugin link scalability test

This test incrementally connects switches in fully mesh topology and checks if the controller is able to discover links between them.
Test exits(max switch scale value found) when there is an out of memory, null pointer exception or if expected links are unavailable in operational DB.

Change-Id: Iffed85112f89efc328a9bc8a095884e39aff6d30
Signed-off-by: sandeepg <SANDEEP.GANGADHARAN@HP.COM>
test/csit/libraries/MininetTopo/create_fullymesh.py [new file with mode: 0644]
test/csit/libraries/Scalability.txt
test/csit/libraries/SwitchClasses/BaseSwitch.py
test/csit/libraries/Utils.txt
test/csit/suites/openflowplugin/Maximum_Links/010__finding_max_links.robot [new file with mode: 0644]
test/csit/testplans/openflowplugin-link-scalability-daily.txt [new file with mode: 0644]
test/csit/variables/Variables.py