Signed-off-by: YAMAMOTO Takashi <yamam...@midokura.com> --- tests/ovn.at | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/ovn.at b/tests/ovn.at index de0a830..a4dbf96 100644 --- a/tests/ovn.at +++ b/tests/ovn.at @@ -566,7 +566,7 @@ ovn-sbctl dump-flows -- list multicast_group # more) list the VIFs on which the packet should be received. INPORT and the # OUTPORTs are specified as lport numbers, e.g. 11 for vif11. trim_zeros() { - sed 's/\(00\)\{1,\}$//' + sed 's/\(00\)\(00\)*$//' } for i in 1 2 3; do for j in 1 2 3; do @@ -775,7 +775,7 @@ ovn-sbctl show # more) list the VIFs on which the packet should be received. INPORT and the # OUTPORTs are specified as lport numbers, e.g. 1 for vif1. trim_zeros() { - sed 's/\(00\)\{1,\}$//' + sed 's/\(00\)\(00\)*$//' } for i in 1 2 3; do : > $i.expected @@ -952,7 +952,7 @@ sleep 1 # more) list the VIFs on which the packet should be received. INPORT and the # OUTPORTs are specified as lport numbers, e.g. 11 for vif11. trim_zeros() { - sed 's/\(00\)\{1,\}$//' + sed 's/\(00\)\(00\)*$//' } for i in 1 2 3; do for j in 1 2 3; do -- 2.4.9 (Apple Git-60) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev