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

1
2
3
4
5
6
7
8
#!/bin/bash
set -e -u
exec 2>&1

# Install nose-timer.
pip install --no-index --find-links file://${PWD}/debian/tests nose-timer
# Run tests.
nosetests --verbose --stop --with-timer debian/tests/maas-integration.py