Permalink
1 comment
on commit
sign in to comment.
Browse files
tests: fix failover test
This test is failing in dragonboard and pi2/3. The error is seeing when the test builds and installs snaps using the /tmp (which is tmpfs) and the error is "out of space". The fix uses a diferent dir to build the snaps.
- Loading branch information...
leeboby commented onAug 10, 2017
f1cf475But snapbuild will copy classic-diff.tgz to
/tmp, there is still a hint of no space left on device. How to solve to it?