Enable tempest cli tests in devstack gate

Runs unittests in the folder cli in tempest repo
xml file name: nosetests-cli.xml

Change-Id: I441d8547326e612561db6b1a5f58c345684121b0
This commit is contained in:
Joe Gordon
2013-02-15 16:49:48 -08:00
parent 6a5db29844
commit f1fbad839f

View File

@@ -176,6 +176,8 @@ if [ "$DEVSTACK_GATE_TEMPEST" -eq "1" ]; then
if [[ "$DEVSTACK_GATE_TEMPEST_FULL" -eq "1" ]]; then
echo "Running tempest full test suite"
sudo -H -u stack NOSE_XUNIT_FILE=nosetests-full.xml nosetests --with-xunit -sv tempest
echo "Running tempest/cli test suite"
sudo -H -u stack NOSE_XUNIT_FILE=nosetests-cli.xml nosetests --with-xunit -sv cli
else
echo "Running tempest smoke tests"
sudo -H -u stack NOSE_XUNIT_FILE=nosetests-smoke.xml nosetests --with-xunit -sv --attr=type=smoke tempest