Switch barbican.sh to use testr

Currently, the script attempts to run unittests through
nosetests instead of testr. Switching this to testr.

Change-Id: Iadfd19b24496f52afe0e0ca1b5be9a12a4cd2468
Closes-Bug: 1362714
This commit is contained in:
John Vrbanac
2014-09-19 15:19:47 -05:00
parent 58399a07f9
commit 6eb56cb62f

View File

@@ -100,7 +100,7 @@ install_barbican()
fi
# Run unit tests
nosetests
python setup.py testr
start_barbican
}