X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautopath.at;h=c3e0b346be99eede6b9d79d8f35d0d0eac28fb2b;hb=71baec0655e41bb93f125d162bc62cc9da0be73b;hp=6b837f84bfc63ed2be15ffa1595ba7195344dfca;hpb=43edca5717cf389eb87850abbf30efc738049921;p=openvswitch diff --git a/tests/autopath.at b/tests/autopath.at index 6b837f84..c3e0b346 100644 --- a/tests/autopath.at +++ b/tests/autopath.at @@ -2,10 +2,14 @@ AT_BANNER([autopath link selection]) AT_SETUP([autopath basic]) AT_CHECK([ovs-ofctl parse-flow 'actions=autopath(1, NXM_NX_REG0[[]])'], [0], - [OFPT_FLOW_MOD (xid=0x1): ADD actions=autopath(1,NXM_NX_REG0[[]]) + [usable protocols: any +chosen protocol: OpenFlow10-table_id +OFPT_FLOW_MOD (xid=0x1): ADD actions=autopath(1,NXM_NX_REG0[[]]) ]) AT_CHECK([ovs-ofctl parse-flow 'actions=autopath(2, NXM_NX_REG0[[2..30]])'], [0], - [OFPT_FLOW_MOD (xid=0x1): ADD actions=autopath(2,NXM_NX_REG0[[2..30]]) + [usable protocols: any +chosen protocol: OpenFlow10-table_id +OFPT_FLOW_MOD (xid=0x1): ADD actions=autopath(2,NXM_NX_REG0[[2..30]]) ]) AT_CLEANUP