X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fofproto.at;h=bb43149f90948847033e70e11081177f69b57a90;hb=df2fa9b50e1c0e93c6be1d31a5d69eb4f077add3;hp=713cc769589ba34a72a949a16c5bca8a0a468828;hpb=007948177581f3b3dad188221593d0e4bdca6ba0;p=openvswitch diff --git a/tests/ofproto.at b/tests/ofproto.at index 713cc769..bb43149f 100644 --- a/tests/ofproto.at +++ b/tests/ofproto.at @@ -51,7 +51,6 @@ AT_CHECK([ovs-ofctl add-flow br0 in_port=0,actions=1]) AT_CHECK([ovs-ofctl dump-flows br0 | STRIP_XIDS | STRIP_DURATION | sort], [0], [dnl cookie=0x0, duration=?s, table_id=0, n_packets=0, n_bytes=0, in_port=0 actions=output:1 cookie=0x0, duration=?s, table_id=0, n_packets=0, n_bytes=0, in_port=1 actions=output:0 - cookie=0x0, duration=?s, table_id=0, n_packets=0, n_bytes=0, in_port=65534 actions=output:1 NXST_FLOW reply: ]) AT_CHECK([ovs-ofctl del-flows br0])