3 Commits

Author SHA1 Message Date
Ian Johnson
66f08753c7 many: run black formatter on all python files
Signed-off-by: Ian Johnson <ian.johnson@canonical.com>
2020-01-09 10:34:46 -06:00
Michael Vogt
9fd4fca7c7 tests: make tinyproxy support systemd notify
The tinyproxy has a bit of a startup delay (python init and all that).
This means that sometimes in tests the proxy is not fully ready when
the test tries to talk to it. This PR makes the proxy a "notify"
service that only notifies after the proxy is ready.
2018-11-20 07:25:11 +01:00
Michael Vogt
3273d51019 tests: add test to ensure proxy is used even without core
We got a bugreport (LP: 1791587) that the proxy.http setting is
not honored in snapd on classic systems when no core is installed.

This PR adds a test to ensure this works.
2018-10-29 17:43:00 +01:00