diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-06-26 03:23:40 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-06-28 09:06:13 +0000 |
commit | ff72c32921ce373451740d3474d40951780e7a30 (patch) | |
tree | 588406565145c6afe4d02f21b225b0953d035636 /docker/Dockerfile.aarch64 | |
parent | b35ef0cc9ba337bd46a2eb9d8d52854c80bb484a (diff) |
Fix refstack_defcore
As refstack-client is reinstalled only by the shell setup_env, the path of
.venv and .tempest have been changed.
Change-Id: Id50d0c6384295c2448705961942104abbd799b9b
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'docker/Dockerfile.aarch64')
-rw-r--r-- | docker/Dockerfile.aarch64 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile.aarch64 b/docker/Dockerfile.aarch64 index 1a7dc027..d68c4907 100644 --- a/docker/Dockerfile.aarch64 +++ b/docker/Dockerfile.aarch64 @@ -125,6 +125,7 @@ RUN /bin/bash -c ". /usr/local/lib/python2.7/dist-packages/sfc/tests/functest/se # refstack-client integration RUN wget -q https://raw.githubusercontent.com/openstack/refstack-client/master/setup_env \ && bash setup_env -t ${REFSTACK_TAG} && rm setup_env +RUN ln -s ${HOME}/.tempest /usr/local/lib/python2.7/dist-packages/.tempest RUN /bin/bash -c ". /etc/profile.d/rvm.sh \ && cd ${REPOS_VNFS_DIR}/vims-test \ |