diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-10-08 02:10:39 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-10-08 03:09:43 -0400 |
| commit | bd14d078098eb2055c0dae784de892b0b1346ed5 (patch) | |
| tree | e66b3f06777b810f00f740d190c416065c752e61 /post_test_hook.sh | |
| parent | 262af5416b0fad02dee93aed2193cfee761ebd83 (diff) | |
| download | python-openstackclient-bd14d078098eb2055c0dae784de892b0b1346ed5.tar.gz | |
unwedge the gate
devstack defaults to v3 and makes some janky assumptions in
the generated rc files
Change-Id: I4b0b3eb6ab2aa9be2ac4c2404b2f9655e3ed564e
Diffstat (limited to 'post_test_hook.sh')
| -rwxr-xr-x | post_test_hook.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post_test_hook.sh b/post_test_hook.sh index 4c35b520..7bb036f9 100755 --- a/post_test_hook.sh +++ b/post_test_hook.sh @@ -12,7 +12,7 @@ OPENSTACKCLIENT_DIR=$(cd $(dirname "$0") && pwd) echo "Running openstackclient functional test suite" sudo -H -u stack -i <<! -source ~stack/devstack/accrc/admin/admin +source ~stack/devstack/openrc admin admin echo 'Running tests with:' env | grep OS_ cd ${OPENSTACKCLIENT_DIR} |
