~andreserl/maas/qa-lab-tests-rhel

« back to all changes in this revision

Viewing changes to maas-cluster-controller-package-test

  • Committer: jtv at canonical
  • Date: 2014-09-25 06:10:31 UTC
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: jtv@canonical.com-20140925061031-i32kry20r536qnaz
Add lint test, and fix lint.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
    # Install nose-timer.
9
9
    pip install --no-index --find-links file:///home/ubuntu/ nose-timer
10
10
    # Run tests.
11
 
    nosetests --verbose --stop --with-timer debian/tests/cluster-controller-integration.py
 
11
    nosetests --verbose --stop --with-timer \
 
12
        debian/tests/cluster-controller-integration.py
12
13
fi