Re: [ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-07-21 Thread Jarno Rajahalme
> On Jul 14, 2016, at 17:32, Ben Pfaff wrote: > >> On Thu, Jul 14, 2016 at 03:07:21AM -0700, Jarno Rajahalme wrote: >> >>> On Jul 13, 2016, at 9:36 PM, Ben Pfaff wrote: >>> >>> On Wed, Jul 06, 2016 at 06:02:45AM -0700, Jarno Rajahalme wrote: > On Jul 1, 2016, at 8:30 PM, Ben Pfaff

Re: [ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-07-14 Thread Ben Pfaff
On Thu, Jul 14, 2016 at 03:07:21AM -0700, Jarno Rajahalme wrote: > > > On Jul 13, 2016, at 9:36 PM, Ben Pfaff wrote: > > > > On Wed, Jul 06, 2016 at 06:02:45AM -0700, Jarno Rajahalme wrote: > >> > >>> On Jul 1, 2016, at 8:30 PM, Ben Pfaff wrote: > >>> > >>> On Tue, Jun 21, 2016 at 09:57:15AM

Re: [ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-07-14 Thread Jarno Rajahalme
> On Jul 13, 2016, at 9:36 PM, Ben Pfaff wrote: > > On Wed, Jul 06, 2016 at 06:02:45AM -0700, Jarno Rajahalme wrote: >> >>> On Jul 1, 2016, at 8:30 PM, Ben Pfaff wrote: >>> >>> On Tue, Jun 21, 2016 at 09:57:15AM -0700, Jarno Rajahalme wrote: Add '--noproxy' parameter to 'wget' so that th

Re: [ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-07-13 Thread Ben Pfaff
On Wed, Jul 06, 2016 at 06:02:45AM -0700, Jarno Rajahalme wrote: > > > On Jul 1, 2016, at 8:30 PM, Ben Pfaff wrote: > > > > On Tue, Jun 21, 2016 at 09:57:15AM -0700, Jarno Rajahalme wrote: > >> Add '--noproxy' parameter to 'wget' so that the test cases do not try > >> to use a proxy that may be

Re: [ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-07-06 Thread Jarno Rajahalme
> On Jul 1, 2016, at 8:30 PM, Ben Pfaff wrote: > > On Tue, Jun 21, 2016 at 09:57:15AM -0700, Jarno Rajahalme wrote: >> Add '--noproxy' parameter to 'wget' so that the test cases do not try >> to use a proxy that may be configured in the test environment. >> >> Signed-off-by: Jarno Rajahalme >

Re: [ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-07-01 Thread Ben Pfaff
On Tue, Jun 21, 2016 at 09:57:15AM -0700, Jarno Rajahalme wrote: > Add '--noproxy' parameter to 'wget' so that the test cases do not try > to use a proxy that may be configured in the test environment. > > Signed-off-by: Jarno Rajahalme We could do something like this to turn it off without mess

[ovs-dev] [PATCH 1/2] tests: Ignore proxy configuration in kernel testsuite.

2016-06-21 Thread Jarno Rajahalme
Add '--noproxy' parameter to 'wget' so that the test cases do not try to use a proxy that may be configured in the test environment. Signed-off-by: Jarno Rajahalme --- tests/system-traffic.at | 102 1 file changed, 51 insertions(+), 51 deletions(-