Merge "Integration tests for the new l2switch project, released in Helium."
authorLuis Gomez <ecelgp@gmail.com>
Mon, 4 Aug 2014 02:50:35 +0000 (02:50 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 4 Aug 2014 02:50:35 +0000 (02:50 +0000)
25 files changed:
test/csit/suites/base-of13/070__Flows_OF13/300__dst_ip.txt
test/csit/suites/base-of13/070__Flows_OF13/301__src_ip.txt
test/csit/suites/base-of13/070__Flows_OF13/302__dst_mac.txt
test/csit/suites/base-of13/070__Flows_OF13/304__eth_ip_port.txt
test/csit/suites/base-of13/070__Flows_OF13/305__eth_ip_ttl.txt
test/csit/suites/base-of13/070__Flows_OF13/306__eth_ip_qos.txt
test/csit/suites/base-of13/070__Flows_OF13/307__eth_ip_qos_port_tcpport.txt
test/csit/suites/base-of13/070__Flows_OF13/308__eth_ip_qos_port_tcpport_mpls.txt
test/csit/suites/base-of13/070__Flows_OF13/309__eth_ip_qos_sctp.txt
test/csit/suites/base-of13/070__Flows_OF13/310__eth_ip_qos_icmp.txt
test/csit/suites/base-of13/070__Flows_OF13/311__eth_arp.txt
test/csit/suites/base-of13/070__Flows_OF13/312__eth_arp_transport.txt
test/csit/suites/base-of13/070__Flows_OF13/313__eth_arp_transport_hardware.txt
test/csit/suites/base-of13/070__Flows_OF13/314__eth_vlan.txt
test/csit/suites/base-of13/070__Flows_OF13/315__timeout_vlan_pcp_vlan.txt
test/csit/suites/base-of13/070__Flows_OF13/316__eth_mpls_tc_bos.txt
test/csit/suites/base-of13/070__Flows_OF13/317__eth_ipv6.txt
test/csit/suites/base-of13/070__Flows_OF13/318__metadata.txt
test/csit/suites/base-of13/070__Flows_OF13/319__metadata_mask.txt
test/csit/suites/base-of13/070__Flows_OF13/320__ipv6_meta_qos_udp.txt
test/csit/suites/base-of13/070__Flows_OF13/321__ipv6_meta_qos_tcp.txt
test/csit/suites/base-of13/070__Flows_OF13/322__ipv6_flow.txt
test/csit/suites/base-of13/070__Flows_OF13/323__tunnel.txt
test/csit/suites/base-of13/070__Flows_OF13/324__ipv6_flow_label.txt
test/csit/suites/base-of13/070__Flows_OF13/__init__.txt

index 06077883c1fd53c58df4c7f007d42b08947d74de..8ddf39f5e9ba6e433f1bcdcdab7e7adcab3c0f9b 100644 (file)
@@ -36,6 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -58,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index aaa278fa4438269d3309e778f108bd55595aeca1..825fa250c8632582d85f41bdc832f6802f8f72a2 100644 (file)
@@ -36,6 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -58,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index e4c0abdcb06728a7c2a2c8a255a844d4c354fe5c..71d3dc101db4935c29bae808b15af858a8a79105 100644 (file)
@@ -36,6 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -58,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index fa7660d9e38ae8031804fc608d498f8aee4934ff..ef727a05fac57ecc2d83271297b77305ff566bcb 100644 (file)
@@ -36,6 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch    mpls-ttl
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -58,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 289c47eb942ef8fb9557361c72b167a3f24d90aa..d802d85638e21361b7de03c7d95ce773d9a54713 100644 (file)
@@ -36,6 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -58,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 126a97a43e639b932e4109588326192cdc0c8bd1..7ec308d0afb590aed03470a8c99d991b1149dc60 100644 (file)
@@ -37,6 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch    ${EMPTY}
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 834aa782b5c0d9552bb7ec3b4831e183d23230a7..9dfba03b476c79e34446981bf89ccc5928812da1 100644 (file)
@@ -37,6 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch    ${EMPTY}
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index fdc0265c4abd9f391ce1189bd605564bcfc49d54..7886755ac6fde321e30531684d215bcebfae0187 100644 (file)
@@ -37,6 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index d900fd7d00f26f8da6342af0d9f6e612567064be..920e0627e2985cbbf808b983ac2dbe5085f49174 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 21db3d246bb92226ba7136de99f661a9763b0104..0641d913fb0f0b7f70cc133ea8ee5ff1fa57bd45 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index e73b5e8c9f54c17e051b0368a0423020307d5a22..f977b45d63b2f60c66f9bae8432ba9b82c17377a 100644 (file)
@@ -36,7 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 054e10f32a8a200b2598e7994ade078559b4f5b0..01197db89c8ae61e445623d543f8a26652893fd5 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index e4c23d3e2a2fe9f7a70944c34bc3e2eae7866f8e..26739285c42257f74d9569fac10aa0391c66bfb8 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index b773f32c85549836464a3df7a8c37ca0ffc3aaef..b9c71e33e110e49bba1c215a8944bf056bb2a6e6 100644 (file)
@@ -36,7 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 1d18594e4282239f73d21966d31d355a94453821..bed0f627f2f39303ea64323a4c7ab1e39ff43a4c 100644 (file)
@@ -37,6 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 3ba98421781c029e7c65ada150bcc8a99ae5fa58..213ce95a26df4481956c11d2f748b5d16426ff81 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 6d204eb5341adbb92c89d4e7a0d0cc97a1a59849..3807823798b37a8993bfd6207253d2e5afe0de4f 100644 (file)
@@ -36,7 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 84e4486b427a8f6b243473887968c0992d92e168..ee053ab102acea68a484300f68541e43da04d1be 100644 (file)
@@ -36,7 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 2fc493e7b743e7bb049fe08712bbe3a099942d80..c7336b32dcf8e443706dc5302830421d860b0892 100644 (file)
@@ -36,7 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 4c73ada281070c9bc328d24ad2ce3d1cc8345bea..d8eacf9b37339804c8ce1fa4c60809cb8701b923 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index f0419be85e5f7ef0f80cf57636fd7e0f85e93de6..27707a41873b79b3ab51d0f8c41407464221c788 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 798818a83e07dc7a2c5c30a594676bf2afd754d7..9d7de398b980f7a5f95ceefffb5da7938729732a 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index f12daf60ef8663a57cd20712f68fc2d9dd33fb34..658455a9363210b6f911e04117297418f17421e2 100644 (file)
@@ -36,7 +36,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -59,6 +59,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 037c07bda90ce6430c254a1ac24e30ef3bb021fe..3ffd0851b41a8f61fd3316756065242b2cf232c1 100644 (file)
@@ -37,7 +37,7 @@ Verify after adding flow config - Output to physical port#
 Verify flows after adding flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
-    sleep    2
+    sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
@@ -60,6 +60,7 @@ Verify after deleting flow config - Output to physical port#
 Verify flows after deleting flow config on OVS
     [Documentation]    Checking Flows on switch
     [Tags]    Switch
+    Sleep    1
     write    dpctl dump-flows -O OpenFlow13
     ${body}    OperatingSystem.Get File    ${FILE}
     Sleep    1
index 6bc7123def578586510bc8bfe1d8150eb261aa32..24e4f7e415259e42254da4be5f57677363d50f6f 100644 (file)
@@ -16,7 +16,7 @@ Start Suite
     Write    sudo mn -c
     Sleep    2
     Write    ${start}
-    Sleep    10
+    Sleep    20
     Read
 
 Stop Suite