diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-08 12:54:12 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-07-08 18:23:14 +0200 |
commit | f9be90c62bc013adb8806383158d4866d4efc952 (patch) | |
tree | 9367bcaaedb462e25f2dcf88cc103623f0bed55b /functest/ci | |
parent | c46924bb00b6e6e0bf3d7e12125cb1455eaaa943 (diff) |
Stop redefining $HOME
Then .rally is located in the real home directory.
Change-Id: I3e261d34a41a4105aef8fc0a996df501d638c030
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci')
-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 |