I've marked this as verification done. It really was only a unit test issue, so not really related to SRU. That said, I verified that, on a maas deployed system.
$ ls -l /etc/cloud/cloud.cfg.d/90_dpkg_maas.cfg -rw------- 1 root root 309 Apr 11 2016 /etc/cloud/cloud.cfg.d/90_dpkg_maas.cfg $ id uid=1003(smoser) gid=1003(smoser) groups=1003(smoser),110(lxd),117(sbuild),1004(libvirt),1005(kvm),1008(curtin) ## So the file /etc/cloud/cloud.cfg.d/90_dpkg_maas.cfg is not readable ## by my user. $ git clone git://git.launchpad.net/cloud-init cloud-init $ cd cloud-init $ git checkout ubuntu/0.7.8-49-g9e904bb-0ubuntu1 $ tox -e py3 ... Ran 750 tests in 22.480s OK (SKIP=6) ____________________ summary ____________________ py3: commands succeeded congratulations :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635350 Title: unit tests fail as non-root on maas deployed system To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1635350/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
