diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-07-10 14:38:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-10 14:38:10 +0000 |
commit | 30569ceb06419dee62b8c2a25d589409397caf34 (patch) | |
tree | 2c4b6e0b3677eb3caa73ff46fa099b2127d5e8b6 /functest | |
parent | 65077872cc6c8d4639a58d3f55bc473c1888311c (diff) | |
parent | f9be90c62bc013adb8806383158d4866d4efc952 (diff) |
Merge "Stop redefining $HOME"
Diffstat (limited to 'functest')
-rw-r--r-- | functest/ci/config_functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index 77a52c65..4833c5c8 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -21,7 +21,7 @@ general: functest_data: /home/opnfv/functest/data ims_data: /home/opnfv/functest/data/ims/ functest_images: /home/opnfv/functest/images - rally_inst: /home/opnfv/.rally + rally_inst: /root/.rally openstack: creds: /home/opnfv/functest/conf/openstack.creds |