~rvb/maas/qa-lab-tests-move

194.2.1 by Diogo Matsubara
enable cluster controller nodes and add experimental test to use the CC
1
#!/bin/bash
72.2.1 by Diogo Matsubara
add XS-Testsuite header to maas and add some initial crude tests
2
set -e -u
72.2.7 by Diogo Matsubara
apply jibel changes: move the tests outside of the debian directory, install dependencies for sst
3
exec 2>&1
227.1.5 by Diogo Matsubara
update test initialization code to run the network config that was done through postinit script on a-p-t
4
5
# Install nose-timer.
242.1.2 by Diogo Matsubara
bash variable
6
pip install --no-index --find-links file://${PWD}/debian/tests nose-timer
227.1.5 by Diogo Matsubara
update test initialization code to run the network config that was done through postinit script on a-p-t
7
# Run tests.
194.2.76 by Diogo Matsubara
review comments
8
nosetests --verbose --stop --with-timer debian/tests/maas-integration.py