Re: Spread Tests with proxy (mostly go get)

2017-02-08 Thread Max Brustkern
I was able to get most of the tests working by configuring the classic environment to use the proxy. I think long-term the correct solution is still system-wide proxy support on ubuntu core, and there's already a bug open for that, so I'll keep working with the current methods and propose changes f

Re: Spread Tests with proxy (mostly go get)

2017-02-07 Thread Gustavo Niemeyer
Hi Max, The problem isn't spread itself, as it won't try to communicate out of the host by itself. The problem is that snapd's test suite expects to be able to talk to the network. Someone would have to go through and fix all such cases to go through the proxy, which is perhaps more troubling tha

Re: Spread Tests with proxy (mostly go get)

2017-01-26 Thread Max Brustkern
Digging into this further, I'm wondering if there's a way to set a proxy for the whole classic environment? This would cover go as well as any other commands I might need to run. On Mon, Jan 23, 2017 at 5:01 PM, Max Brustkern wrote: > I'm trying to run spread tests on an ubuntu core VM in a lab

Spread Tests with proxy (mostly go get)

2017-01-23 Thread Max Brustkern
I'm trying to run spread tests on an ubuntu core VM in a lab that needs to use a proxy for web access. The mirrors are redirected, so the package installations work as expected, but I run into problems with go get: ++ classic 'GOPATH=/home/gopath go get ../../home/gopath/src/ github.com/snapcore/s