creating a new test suite to find out maximum number of switches connected 17/23017/3
authorPeter Gubka <pgubka@cisco.com>
Fri, 19 Jun 2015 23:19:16 +0000 (01:19 +0200)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 29 Jun 2015 16:40:22 +0000 (16:40 +0000)
commitec17f348f7557f22a3af9101140c236b6de83ecc
tree481e99e10acd55d70952b513aef16b68d4b5606a
parent4f42abbd773b020302c7dd8521db6048960ba498
creating a new test suite to find out maximum number of switches connected

the idea is not to start and stop mininet with different paramentes, but to
add (and remove) switches to the running topology

the other idea is to make that test not as long as the one running from
../../../testplans/openflowplugin-scalability-daily.txt (1.5h). The new suite
has to last much less.

Existing testplans were updated to point on certain files, not the whole directory,
so new robot file can be placed there.

Change-Id: Ifc7c9beb103b87d049f112ac57215705b8364412
Signed-off-by: Peter Gubka <pgubka@cisco.com>
test/csit/libraries/DynamicMininet.py [new file with mode: 0644]
test/csit/suites/openflowplugin/Maximum_Switches/020__find_max_switches.robot [new file with mode: 0644]
test/csit/testplans/openflowplugin-scalability-daily-lithium-redesign.txt
test/csit/testplans/openflowplugin-scalability-daily.txt
test/csit/testplans/openflowplugin-sw-scalability-daily-lithium-redesign.txt [new file with mode: 0644]
test/csit/testplans/openflowplugin-sw-scalability-daily.txt [new file with mode: 0644]