Add checking for flow ID in operational
authorLuis Gomez <ecelgp@gmail.com>
Wed, 27 May 2015 00:45:19 +0000 (17:45 -0700)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 27 May 2015 17:40:57 +0000 (17:40 +0000)
Change-Id: Ie96c9fe1422e64ee95fb31c30338d38de920182f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
test/csit/suites/openflowplugin/MD_SAL_NSF_OF10/040__restconf_frm.robot
test/csit/suites/openflowplugin/MD_SAL_NSF_OF13/040__restconf_frm.robot

index b7c21e09bded49a50b4d7135828653de469f062e..6eb00856cc3344a910460da2146f4f492d29297e 100644 (file)
@@ -27,7 +27,7 @@ Verify after adding flow config - Output to physical port#
 Verify after adding flow operational - Output to physical port#
     [Documentation]    Verify the flow
     ${elements}=    Create List    10.0.20.1
-    Wait Until Keyword Succeeds    60s    2s    Check For Elements At URI    ${OPERATIONAL_NODES_API}/node/openflow:1/table/0    ${elements}
+    Wait Until Keyword Succeeds    60s    2s    Check For Elements At URI    ${OPERATIONAL_NODES_API}/node/openflow:1/table/0/flow/152    ${elements}
 
 Remove a flow - Output to physical port#
     [Documentation]    Remove a flow
index aadba3ebca11d7957ac9461654a4a2714688e127..197e26c93c2dddf7be1360d0ed11a33c0c0713ca 100644 (file)
@@ -28,7 +28,7 @@ Verify after adding flow config - Sending IPv4 Dest Address and Eth type
 Verify after adding flow operational - Sending IPv4 Dest Address and Eth type
     [Documentation]    Verify the flow
     ${elements}=    Create List    10.0.10.1
-    Wait Until Keyword Succeeds    60s    2s    Check For Elements At URI    ${OPERATIONAL_NODES_API}/node/openflow:1/table/2    ${elements}
+    Wait Until Keyword Succeeds    60s    2s    Check For Elements At URI    ${OPERATIONAL_NODES_API}/node/openflow:1/table/2/flow/139    ${elements}
 
 Modify a flow - Output to physical port#
     [Documentation]    Push a flow through REST-API