[ovs-dev] [PATCH] tests: Put AT_CAPTURE_FILE on its own line.

Kyle Mestery (kmestery) kmestery at cisco.com
Fri Aug 17 02:38:38 UTC 2012


Much more readable.

Acked-by: Kyle Mestery <kmestery at cisco.com>

On Aug 16, 2012, at 6:59 PM, Ben Pfaff wrote:

> This is a harmless typo, but the file is more readable with AT_CAPTURE_FILE
> on its own line.
> 
> Signed-off-by: Ben Pfaff <blp at nicira.com>
> ---
> tests/ofproto-dpif.at |    3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
> 
> diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
> index f394fe9..d4da94b 100644
> --- a/tests/ofproto-dpif.at
> +++ b/tests/ofproto-dpif.at
> @@ -949,7 +949,8 @@ OVS_VSWITCHD_START(
>      add-id-to-interface=false], [<0>
> ])
> 
> -AT_CHECK([test-netflow --detach --no-chdir --pidfile $NETFLOW_PORT:127.0.0.1 > netflow.log])AT_CAPTURE_FILE([netflow.log])
> +AT_CHECK([test-netflow --detach --no-chdir --pidfile $NETFLOW_PORT:127.0.0.1 > netflow.log])
> +AT_CAPTURE_FILE([netflow.log])
> 
> for delay in 1000 30000; do
>     ovs-appctl netdev-dummy/receive p1 'in_port(2),eth(src=50:54:00:00:00:05,dst=50:54:00:00:00:07),eth_type(0x0800),ipv4(src=192.168.0.1,dst=192.168.0.2,proto=1,tos=0,ttl=64,frag=no),icmp(type=8,code=0)'
> -- 
> 1.7.2.5
> 
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev




More information about the dev mailing list