Re: [ovs-dev] [PATCH] vagrant: Add 'nc' to installed programs.

2016-06-29 Thread Joe Stringer
On 28 June 2016 at 20:41, Andy Zhou wrote: > > > On Tue, Jun 28, 2016 at 2:23 AM, Joe Stringer wrote: >> >> netcat is used in several tests, but when creating a new vagrant VM we >> haven't been installing it. Do so. >> >> Signed-off-by: Joe Stringer >

Re: [ovs-dev] [PATCH] vagrant: Add 'nc' to installed programs.

2016-06-28 Thread Andy Zhou
On Tue, Jun 28, 2016 at 2:23 AM, Joe Stringer wrote: > netcat is used in several tests, but when creating a new vagrant VM we > haven't been installing it. Do so. > > Signed-off-by: Joe Stringer > Acked-by: Andy Zhou

Re: [ovs-dev] [PATCH] vagrant: Add 'nc' to installed programs.

2016-06-28 Thread William Tu
Thanks, some of my testcases use netcat. Tested-by: William Tu On Tue, Jun 28, 2016 at 2:23 AM, Joe Stringer wrote: > netcat is used in several tests, but when creating a new vagrant VM we > haven't been installing it. Do so. > > Signed-off-by: Joe Stringer

[ovs-dev] [PATCH] vagrant: Add 'nc' to installed programs.

2016-06-28 Thread Joe Stringer
netcat is used in several tests, but when creating a new vagrant VM we haven't been installing it. Do so. Signed-off-by: Joe Stringer --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 3557095a2c3a..e618f9c1a30c