Comment 3 for bug 1258248

Revision history for this message
David Britton (dpb) wrote :

BTW, here is a rough testcase I used for validating on saucy and trusty

sudo lxc-create -t ubuntu -n trusty -- -r trusty -b $USER
sudo lxc-start -d -n trusty-nobind
sudo lxc-ls -f # get ip address
ssh $USER@$ip
sudo apt-get install python-setuptools python-mock python-bzrlib.tests
cd <tarmac-checkout-path>
./run-tests