summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>2018-01-08 09:50:08 +0100
committerPeriyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>2018-01-08 09:59:06 +0100
commit3717c701d12936aec96eaf3d8b369ba52a8a287f (patch)
tree4ceeef076542081597d22dcde222ebd009cb7676
parenta3eb40c0cea6cdfc3401ba6143d010cc1274811b (diff)
Resync testcase description
JIRA: SDNVPN-200 Change-Id: Ida111d28591d99cc8d2a73ec1c14920800354a9b Signed-off-by: Periyasamy Palanisamy <periyasamy.palanisamy@ericsson.com>
-rw-r--r--docs/development/overview/index.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/development/overview/index.rst b/docs/development/overview/index.rst
index 279d4a1..8747170 100644
--- a/docs/development/overview/index.rst
+++ b/docs/development/overview/index.rst
@@ -229,3 +229,18 @@ https://wiki.opnfv.org/display/sdnvpn/SDNVPN+Testing
OVS re-connects.
The new groups should be still there, as the topology remains.
Opendaylight Carbon’ group_add_mod mechanism should handle the already existing group.
+
+ Testcase 12: Test Resync mechanism between Opendaylight and OVS
+ This is the testcase to validate flows and groups are programmed correctly
+ after resync which is triggered by OVS del-controller/set-controller commands
+ and adding/remove iptables drop rule on OF port 6653.
+
+ Sub-testcase 12-1:
+ Create and start 2 VMs, connected to a common Network
+ New flows and groups were added to OVS
+ Reconnect the OVS by running del-ontroller and set-controller commands
+ The flows and groups are still intact and none of the flows/groups
+ are removed
+ Reconnect the OVS by adding ip tables drop rule and then remove it
+ The flows and groups are still intact and none of the flows/groups
+ are removed