travis: Enable debug logging for juju bootstrap

The functional tests are consistently timing out atm in the juju
bootstrap stage.  Enable debug log so we can se what is going on.
This commit is contained in:
Frode Nordahl
2019-03-29 08:29:08 +01:00
parent b03a97a14d
commit 089d284b3e
+2 -1
View File
@@ -18,9 +18,10 @@ script:
sudo snap install juju --classic;
sudo sh -c 'echo PATH=/snap/bin:$PATH >> /etc/environment';
sudo lxd waitready;
sudo journalctl --no-pager -xe;
sudo lxd init --auto;
sudo usermod -a -G lxd travis;
sudo su travis -c 'juju bootstrap --no-gui localhost';
sudo su travis -c 'juju bootstrap --debug --no-gui localhost';
fi
- tox -c tox.ini -e $ENV
- if [ $ENV = 'func-travis' ]; then