1 Commits

Author SHA1 Message Date
Zygmunt Krynicki
0c21eb2aad tests: cache snaps to $TESTSLIB/cache
The testbed prepare code downloads some snaps to /tmp and subsequently
copies them to /var/lib/snapd/snap where they can be reused by `snap
install` operations. This patch changes that to use $TESTLIB/cache which
may be present locally and may already have the required files, thus
cutting a significant chunk of network traffic.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2017-11-23 10:58:23 +01:00