[Documentation] Verify the flow
[Tags] Get
${resp} Get session ${REST_CON}/node/openflow:1/table/2
- Should Be Equal As Strings ${resp.status_code} 404
+ Should Be Equal As Strings ${resp.status_code} 200
Should Not Contain ${resp.content} 139
# Reason in using high time is, I used STOPWATCH to check the timer after deleting the flow config
[Documentation] Verify the flow
[Tags] Get
${resp} Get session ${REST_CON}/node/openflow:1/table/2
- Should Be Equal As Strings ${resp.status_code} 404
+ Should Be Equal As Strings ${resp.status_code} 200
Should Not Contain ${resp.content} 152
Verify after deleting flow operational - Output to physical port#
[Documentation] Verify the flow
[Tags] Get
${resp} Get session ${REST_CON}/node/openflow:1/table/0
+ Should Be Equal As Strings ${resp.status_code} 200
Should Not Contain ${resp.content} 152
# Standing bug #368 - This has been fixed