Merge "Fix functional post test_hook"

This commit is contained in:
Jenkins 2015-06-16 21:26:52 +00:00 committed by Gerrit Code Review
commit f1309c4ef7
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function generate_testr_results {
fi
}
export CINDERCLIENT_DIR="$BASE/python-cinderclient"
export CINDERCLIENT_DIR="$BASE/new/python-cinderclient"
sudo chown -R jenkins:stack $CINDERCLIENT_DIR

View File

@ -29,6 +29,7 @@ commands=
[testenv:functional]
setenv =
OS_TEST_PATH = ./cinderclient/tests/functional
OS_VOLUME_API_VERSION = 2
[tox:jenkins]
downloadcache = ~/cache/pip