Added test suites for cluster HA data recovery leader follower failover 54/37054/2
authorSanjib Mohapatra <sanjib.mohapatra@ericsson.com>
Mon, 4 Apr 2016 10:06:21 +0000 (15:36 +0530)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 5 Apr 2016 05:22:19 +0000 (05:22 +0000)
commit966ca34fda9e7970cf470a77303bd43ebb9dc41d
tree3119919ef0beac1e902f607b8b96172f501f5ff0
parent63ad68da9efd87a8024bf6e6317fe43bf45bddfc
Added test suites for cluster HA data recovery leader follower failover

Description: In a 3 node cluster initial inventory shard status is
verified and following tests are performed.

- Mininet switch is connected to a follower node and flow is added via
  another follower node. Disconnect the switch and restarts the Leader.
  Connect the switch again once Cluster is formed and verify flow is
  installed in the switch again

- Disconnect the switch and restarts one of the follower node. Connect
  the switch and verify the flow is installed in the switch again.

- Disconnect the switch and restarts the Cluster. Connect the switch
  again when Cluster is formed and verify the flow is installed
  successfully.

Change-Id: I1cc767712bac3694ba4bf9b052765903bce28ae8
Signed-off-by: Sanjib Mohapatra <sanjib.mohapatra@ericsson.com>
csit/libraries/MininetKeywords.robot
csit/suites/openflowplugin/Clustering/030__Cluster_HA_Data_Recovery_Leader_Follower_Failover.robot [new file with mode: 0644]