disable mistral tempest

Change-Id: Ie60f17ed05128d70c3ac93da44b447e888f8361b
This commit is contained in:
Anna 2017-08-20 15:44:08 +00:00
parent 46ba35c555
commit a4d14d248d
2 changed files with 2 additions and 2 deletions

View File

@ -197,7 +197,7 @@ function configure_vitrage {
cp $VITRAGE_DIR/etc/vitrage/datasources_values/*.yaml $VITRAGE_CONF_DIR/datasources_values
# copy templates
cp -rf $VITRAGE_DIR/vitrage_tempest_tests/tests/resources/templates/api/* $VITRAGE_CONF_DIR/templates/
# cp -rf $VITRAGE_DIR/vitrage_tempest_tests/tests/resources/templates/api/* $VITRAGE_CONF_DIR/templates/
configure_auth_token_middleware $VITRAGE_CONF vitrage $VITRAGE_AUTH_CACHE_DIR

View File

@ -21,7 +21,7 @@ DEVSTACK_PATH="$BASE/new"
if [ "$1" = "api" ]; then
TESTS="topology"
elif [ "$1" = "datasources" ]; then
TESTS="datasources\|test_events\|notifiers"
TESTS="datasources\|test_events"
else
TESTS="topology"
fi