[beisner,r=corey.bryant] Add Amulet test dependencies and run unit tests with -v.

This commit is contained in:
Corey Bryant 2015-10-07 09:57:01 -04:00
commit 2f1e962cf9
3 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ lint:
test:
@# Bundletester expects unit tests here.
@echo Starting unit tests...
@$(PYTHON) /usr/bin/nosetests --nologcapture --with-coverage unit_tests
@$(PYTHON) /usr/bin/nosetests -v --nologcapture --with-coverage unit_tests
functional_test:
@echo Starting Amulet tests...

View File

@ -5,6 +5,7 @@ set -ex
sudo add-apt-repository --yes ppa:juju/stable
sudo apt-get update --yes
sudo apt-get install --yes amulet \
distro-info-data \
python-cinderclient \
python-distro-info \
python-glanceclient \

View File

@ -8,6 +8,7 @@ sources:
- ppa:juju/stable
packages:
- amulet
- distro-info-data
- python-cinderclient
- python-distro-info
- python-glanceclient