new statistic manager tests
authorPeter Gubka <pgubka@cisco.com>
Fri, 24 Apr 2015 20:09:10 +0000 (22:09 +0200)
committerPeter Gubka <pgubka@cisco.com>
Tue, 28 Apr 2015 13:44:39 +0000 (15:44 +0200)
commit0b5cf075142ccd9cd198d9a5455b8e1386747d3f
tree82418b3c1346d9d867fadd834f0be521e8476600
parent81182f8947712231b9a3c2416824cff58aae6fb2
new statistic manager tests

The idea of these tests is that flows are spread over the switches and
their tables the way we want. Eighter we want to have corner cases (all
flows on one switch in one table) or we want to have flows spread over
switches and tables according some rules.

The library generates flow details (a list) which are then used for
(de)configuration and checking the operational inventory datastore.

Testplan is not created yet. I'll do it next week.

Change-Id: I9f0ffa6f05c22f2aa75fc2cc2120f0390086daa3
Signed-off-by: Peter Gubka <pgubka@cisco.com>
test/csit/libraries/ScaleClient.py [new file with mode: 0644]
test/csit/suites/openflowplugin/Performance_Flow_Config/020_Stats_Collection_Gauss.robot [new file with mode: 0644]
test/csit/suites/openflowplugin/Performance_Flow_Config/030_Stats_Collection_Linear.robot [new file with mode: 0644]
test/csit/suites/openflowplugin/Performance_Flow_Config/040_Stats_Collection_One.robot [new file with mode: 0644]
test/csit/suites/openflowplugin/Performance_Flow_Config/050_Stats_Collection_FirstTable.robot [new file with mode: 0644]
test/csit/testplans/openflowplugin-stats-manager.txt [new file with mode: 0644]