ofproto: Implement asynchronous OFPT_FLOW_MOD commands.
[openvswitch] / tests / autopath.at
index 40e54d5e6351db2e221935bef9a121b82e299001..79ecb02f8b9fbf0e44e605b6e0dfc7284b855d9b 100644 (file)
@@ -3,10 +3,10 @@ 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[[]])
-], [ignore])
+])
 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]])
-], [ignore])
+])
 AT_CLEANUP
 
 AT_SETUP([autopath action missing argument])