~matsubara/maas/update-qa-lab

« back to all changes in this revision

Viewing changes to maas-package-test

[r=rvb][bug=][author=matsubara] enable cluster controller tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
 
1
#!/bin/bash
2
2
set -e -u
3
3
exec 2>&1
4
 
nosetests --verbose --stop debian/tests/maas-integration.py
 
4
pip install --no-index --find-links file:///home/ubuntu/ nose-timer
 
5
nosetests --verbose --stop --with-timer debian/tests/maas-integration.py