Initial works for OF cluster test 34/29234/27
authorLuis Gomez <ecelgp@gmail.com>
Wed, 4 Nov 2015 02:43:30 +0000 (18:43 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 12 Nov 2015 22:48:00 +0000 (22:48 +0000)
commit0943de850d6d835a92460d0f6fb135c50e0c059d
treecb079acfd614c79f3598809896ef767f6d94ac56
parent367814db8d448478175ae642a5363501646562ad
Initial works for OF cluster test

Initial OpenFlow Cluster test suite
New Cluster Keywords to manage Shard and Entity Owner status.
New Cluster Keywords to Check, Get, Put and Delete URI
New Mininet library including multiple controller setup.
Fix Run Command On Remote System to do execute command
New Utils keyword to extract dictionary from list.
New Utils Keyword to check item occurrence in a string.
Add missing variables for MININET.

Change-Id: I3d3f2503140f3af4be80a64f96ebcdde45737930
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
csit/libraries/ClusterKeywords.robot
csit/libraries/MininetKeywords.robot [new file with mode: 0644]
csit/libraries/Utils.robot
csit/suites/openflowplugin/Clustering/010__Cluster_HA_Owner_Failover.robot [new file with mode: 0644]
csit/testplans/openflowplugin-clustering.txt
csit/variables/Variables.py
csit/variables/openflowplugin/add_flow_rpc.json [new file with mode: 0644]
csit/variables/openflowplugin/delete_flow_rpc.json [new file with mode: 0644]
csit/variables/openflowplugin/sample_flow_1.json [new file with mode: 0644]
csit/variables/openflowplugin/sample_flow_2.json [new file with mode: 0644]