Variables ../../../variables/Variables.py
*** Variables ***
-@{FLOW_TABLE_LIST} actions=goto_table:20 actions=CONTROLLER:65535 actions=goto_table:30 actions=goto_table:40 actions=goto_table:50 actions=goto_table:60 actions=goto_table:70
-... actions=goto_table:80 actions=goto_table:90 actions=goto_table:100 actions=goto_table:110 actions=drop
+@{FLOW_TABLE_LIST} actions=goto_table:20 actions=CONTROLLER:65535 actions=goto_table:30 actions=goto_table:31 actions=resubmit(,39),resubmit(,40) actions=goto_table:50 actions=goto_table:60
+... actions=goto_table:70 actions=goto_table:80 actions=goto_table:90 actions=goto_table:100 actions=goto_table:105 actions=goto_table:110 actions=drop
*** Test Cases ***
Verify Net-virt Features
${FLOWS_TABLE_20} actions=goto_table:20
${FLOW_CONTROLLER} actions=CONTROLLER:65535
${FLOWS_TABLE_30} actions=goto_table:30
-${FLOWS_TABLE_40} actions=goto_table:40
+${FLOWS_TABLE_31} actions=goto_table:31
+${FLOWS_TABLE_40} actions=resubmit(,39),resubmit(,40)
${FLOWS_TABLE_50} actions=goto_table:50
${FLOWS_TABLE_60} actions=goto_table:60
${FLOWS_TABLE_70} actions=goto_table:70
${FLOWS_TABLE_80} actions=goto_table:80
${FLOWS_TABLE_90} actions=goto_table:90
${FLOWS_TABLE_100} actions=goto_table:100
+${FLOWS_TABLE_105} actions=goto_table:105
${FLOWS_TABLE_110} actions=goto_table:110
${FLOW_DROP} actions=drop
${PING_NOT_CONTAIN} Destination Host Unreachable
Should Contain ${output} ${FLOWS_TABLE_20}
Should Contain ${output} ${FLOW_CONTROLLER}
Should Contain ${output} ${FLOWS_TABLE_30}
+ Should Contain ${output} ${FLOWS_TABLE_31}
Should Contain ${output} ${FLOWS_TABLE_40}
Should Contain ${output} ${FLOWS_TABLE_50}
Should Contain ${output} ${FLOWS_TABLE_60}
Should Contain ${output} ${FLOWS_TABLE_80}
Should Contain ${output} ${FLOWS_TABLE_90}
Should Contain ${output} ${FLOWS_TABLE_100}
+ Should Contain ${output} ${FLOWS_TABLE_105}
Should Contain ${output} ${FLOWS_TABLE_110}
Should Contain ${output} ${FLOW_DROP}