From a1f42a528104f85bca4d7431b5103f7ae7d99d9b Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 24 Dec 2014 11:55:55 +0900 Subject: [PATCH] ofproto-dpif.at: Avoid using GNU sed extensions Introduced by commit f9038ef61e0bf89bcd753b7cfd187adb112601ec. ("recirculation: Map recirc_id to ofproto_dpif.") Signed-off-by: YAMAMOTO Takashi Acked-by: Alex Wang --- tests/ofproto-dpif.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index 43bde4a26..64cfcd437 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -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 ]) -- 2.20.1