Fix functional post test_hook
1) Set correct $CINDERCLIENT_DIR to make Jenkins happy 2) Set OS_VOLUME_API_VERSION=2 to run with Cinder API v2 on gates Change-Id: Id6be541fa2862eb833ed645e42bedcac6cef19dd
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user