From 0ced718ab33af242564d5e0bcd15865176e9f8f9 Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Wed, 1 Nov 2017 18:59:38 -0700 Subject: [PATCH] Add verification for OPNFLWPLUG-930 Change-Id: Ib049ec910b839faf6226e4b7ff182b76c075922f Signed-off-by: Luis Gomez --- .../010_SM_add_upd_del_flows.robot | 10 ++++++ csit/variables/xmls/f550.xml | 31 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 csit/variables/xmls/f550.xml diff --git a/csit/suites/openflowplugin/Flows_Additional_TCs/Stat_Manager_extended/010_SM_add_upd_del_flows.robot b/csit/suites/openflowplugin/Flows_Additional_TCs/Stat_Manager_extended/010_SM_add_upd_del_flows.robot index 4c518888e6..abff3a0b94 100644 --- a/csit/suites/openflowplugin/Flows_Additional_TCs/Stat_Manager_extended/010_SM_add_upd_del_flows.robot +++ b/csit/suites/openflowplugin/Flows_Additional_TCs/Stat_Manager_extended/010_SM_add_upd_del_flows.robot @@ -27,6 +27,7 @@ ${switch_name} s${switch_idx} ... f108.xml f109.xml f110.xml f113.xml f156.xml f201.xml f202.xml ... f203.xml f204.xml f205.xml f206.xml f209.xml f214.xml f218.xml ... f219.xml f220.xml f221.xml f222.xml f223.xml f224.xml f225.xml +... f550.xml *** Test Cases *** Test Add Flows Group 0 @@ -211,6 +212,9 @@ Test Is Flow 224 Added Test Is Flow 225 Added f225.xml ${True} ${True} ${False} ${check_id} +Test Is Flow 550 Added + f550.xml ${True} ${True} ${False} ${check_id} + Test Update Flows Group 0 [Documentation] Update all flows and waits for SM to collect data [Template] NONE @@ -392,6 +396,9 @@ Test Is Flow 224 Updated Test Is Flow 225 Updated f225.xml ${True} ${True} ${True} ${check_id} +Test Is Flow 550 Updated + f550.xml ${True} ${True} ${True} ${check_id} + Test Delete Flows Group 0 [Documentation] Delete all flows and waits for SM to collect data [Template] NONE @@ -573,6 +580,9 @@ Test Is Flow 224 Deleted Test Is Flow 225 Deleted f225.xml ${False} ${False} ${True} +Test Is Flow 550 Deleted + f550.xml ${False} ${False} ${True} + *** Keywords *** Initialization Phase [Documentation] Initiate tcp connection with controller diff --git a/csit/variables/xmls/f550.xml b/csit/variables/xmls/f550.xml new file mode 100644 index 0000000000..23154b783d --- /dev/null +++ b/csit/variables/xmls/f550.xml @@ -0,0 +1,31 @@ + + 0 + 0 + 550 + flow-tunnel + + + x:nxm-nx-tun-ipv4-src-key + + + 192.168.0.10 + + + + + 550 + 2 + + + 0 + + + 0 + + 1 + + + + + + -- 2.36.6