From 4b10fd11f1b1c03df3d1d0694bbd9e0f501a67da Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 12 Mar 2014 19:06:18 +0900 Subject: [PATCH] learn.at: wrap long comments Signed-off-by: YAMAMOTO Takashi Signed-off-by: Ben Pfaff --- tests/learn.at | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/learn.at b/tests/learn.at index 9bd3c4401..b88ea12c1 100644 --- a/tests/learn.at +++ b/tests/learn.at @@ -350,7 +350,8 @@ for i in `seq 1 10`; do fi done -# Check that the first packet of each flow went out port 2 and the rest out port 3. +# Check that the first packet of each flow went out port 2 and the rest out +# port 3. AT_CHECK( [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | STRIP_XIDS], [0], [OFPST_PORT reply: 1 ports @@ -401,7 +402,8 @@ for i in `seq 1 10`; do fi done -# Check that the first packet of each flow went out port 2 and the rest out port 3. +# Check that the first packet of each flow went out port 2 and the rest out +# port 3. AT_CHECK( [(ovs-ofctl dump-ports br0 2; ovs-ofctl dump-ports br0 3) | STRIP_XIDS], [0], [OFPST_PORT reply: 1 ports -- 2.43.0