1 2 3 4 5 6 7 | $ lxc launch ubuntu-daily:xenial sm-x1 $ lxc exec sm-x1 /bin/bash % sudo apt-get update -qy % sudo apt-get install -qy tox python3-dev git gcc libssl-dev % git clone https://git.launchpad.net/cloud-init % cd cloud-init % tox -e citest --notest |