X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fovs-ofctl.at;h=9dcd2493b6f46d0df8ee80e112cb4c485e4e4d43;hb=320232ec7f37218a6fce0704f9b0ba7696e5ad21;hp=d1acb6b32d5eb33c14503817eab5bddf133331ac;hpb=f694937d4ec5342b218b760cabbf7a48d19110e8;p=openvswitch diff --git a/tests/ovs-ofctl.at b/tests/ovs-ofctl.at index d1acb6b3..9dcd2493 100644 --- a/tests/ovs-ofctl.at +++ b/tests/ovs-ofctl.at @@ -504,7 +504,7 @@ OFPROTO_START AT_CHECK([ovs-ofctl add-flow br0 reg0=0x12345,actions=drop]) AT_CHECK([ovs-ofctl -F openflow10 dump-flows br0 | STRIP_XIDS | STRIP_DURATION], [0], [dnl OFPST_FLOW reply: - cookie=0x0, duration=?s, table=0, n_packets=0, n_bytes=0, actions=drop + cookie=0x0, duration=?s, table=0, n_packets=0, n_bytes=0, actions=drop ]) OFPROTO_STOP AT_CLEANUP