Skip to content

Commit

Permalink
ofproto-dpif.at: Avoid using GNU sed extensions
Browse files Browse the repository at this point in the history
Introduced by commit f9038ef.
("recirculation: Map recirc_id to ofproto_dpif.")

Signed-off-by: YAMAMOTO Takashi <[email protected]>
Acked-by: Alex Wang <[email protected]>
  • Loading branch information
yamt committed Dec 24, 2014
1 parent 0578c74 commit a1f42a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ofproto-dpif.at
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ AT_CHECK([ovs-appctl revalidator/purge], [0])

# Checks the flow stats in br1, should only be one flow with non-zero
# 'n_packets' from internal table.
AT_CHECK([ovs-appctl bridge/dump-flows br1 | ofctl_strip | grep -- "n_packets" | grep -- "table_id" | sed -e 's/output:[[0-9]]\+/output/'], [0], [dnl
AT_CHECK([ovs-appctl bridge/dump-flows br1 | ofctl_strip | grep -- "n_packets" | grep -- "table_id" | sed -e 's/output:[[0-9]][[0-9]]*/output/'], [0], [dnl
table_id=254, n_packets=1, n_bytes=64, priority=20,recirc_id=0x12d,dp_hash=0xa2/0xff,actions=output
])

Expand Down

0 comments on commit a1f42a5

Please sign in to comment.