X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2Fofproto-dpif.at;h=726ec99beb34059f33b107616585a558f8958f62;hb=0f032e95d89d24665e66fc31013588435c673fc1;hp=9e0ea4ba2ab6417d9e00a060da97f240ce518721;hpb=e5f1da19948e761e44bb1bce283dd134c56e7b43;p=sliver-openvswitch.git diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index 9e0ea4ba2..726ec99be 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -3048,12 +3048,12 @@ ADD_OF_PORTS([br0], 1) echo "in_port=13, actions=local,local,local,local,local,local,local,local") > flows AT_CHECK([ovs-ofctl add-flows br0 flows]) AT_CHECK([ovs-appctl ofproto/trace br0 'in_port=1'], [0], [stdout]) -AT_CHECK([grep -c 'resubmits yielded over 64 kB of actions' ovs-vswitchd.log], [0], [1 +AT_CHECK([grep -c -e '- Uses action(s) not supported by datapath' stdout], + [0], [1 ]) -AT_CHECK([grep -c 'discarding oversize datapath actions' ovs-vswitchd.log], [0], [1 +AT_CHECK([grep -c 'resubmits yielded over 64 kB of actions' ovs-vswitchd.log], [0], [1 ]) -OVS_VSWITCHD_STOP(["/resubmits yielded over 64 kB of actions/d -/discarding oversize datapath actions/d"]) +OVS_VSWITCHD_STOP(["/resubmits yielded over 64 kB of actions/d"]) AT_CLEANUP AT_SETUP([ofproto-dpif - stack too deep])