I added an infrastructure-level workaround for bug 1572026, so you can drop this workaround from the juju-core test again:
-- debian/tests/setup-lxd.sh 2016-04-19 09:21:40 +0000 +++ debian/tests/setup-lxd.sh 2016-04-19 13:33:51 +0000 @@ -23,9 +23,5 @@ dpkg-reconfigure lxd --frontend=noninteractive -# work around LP: #1572026 -- the MTU is lower than the default 1500 in scalingstack -lxc profile device remove default eth0 -lxc profile device add default eth0 nic nictype=bridged parent=lxdbr0 mtu=1400 - # Must run a command for systemd socket activation to start the service lxc finger I successfully ran the juju test with this applied (i. e. with the test workaround removed) on the production infrastructure. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1571082 Title: autopkgtest lxd provider tests fail for 2.0 To manage notifications about this bug go to: https://bugs.launchpad.net/juju-core/+bug/1571082/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
