Merge "Fix functional post test_hook"
This commit is contained in:
commit
f1309c4ef7
@ -29,7 +29,7 @@ function generate_testr_results {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
export CINDERCLIENT_DIR="$BASE/python-cinderclient"
|
export CINDERCLIENT_DIR="$BASE/new/python-cinderclient"
|
||||||
|
|
||||||
sudo chown -R jenkins:stack $CINDERCLIENT_DIR
|
sudo chown -R jenkins:stack $CINDERCLIENT_DIR
|
||||||
|
|
||||||
|
1
tox.ini
1
tox.ini
@ -29,6 +29,7 @@ commands=
|
|||||||
[testenv:functional]
|
[testenv:functional]
|
||||||
setenv =
|
setenv =
|
||||||
OS_TEST_PATH = ./cinderclient/tests/functional
|
OS_TEST_PATH = ./cinderclient/tests/functional
|
||||||
|
OS_VOLUME_API_VERSION = 2
|
||||||
|
|
||||||
[tox:jenkins]
|
[tox:jenkins]
|
||||||
downloadcache = ~/cache/pip
|
downloadcache = ~/cache/pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user