Get back to rally 0.5.0 17/24317/4
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 14 Nov 2016 09:34:45 +0000 (12:34 +0300)
committerjose.lausuch <jose.lausuch@ericsson.com>
Mon, 14 Nov 2016 14:39:57 +0000 (15:39 +0100)
To mend tempest setup failures caused by 0.3.2 version of rally.

Change-Id: I560d914c66592b3cf22ac9d2a5fde15a7c847fc7
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
docker/Dockerfile
docker/requirements.pip

index b204ca9..a9810b2 100644 (file)
@@ -30,7 +30,7 @@ LABEL version="0.1" description="OPNFV Functest Docker container"
 
 ARG BRANCH=stable/colorado
 ARG TEMPEST_TAG=12.2.0
-ARG RALLY_TAG=0.3.2
+ARG RALLY_TAG=0.5.0
 ARG ODL_TAG=release/beryllium-sr3
 ARG OPENSTACK_TAG=stable/mitaka
 ARG KINGBIRD_TAG=0.2.2
@@ -104,7 +104,6 @@ RUN git clone --depth 1 https://github.com/wuwenbin2/OnosSystemTest.git ${repos_
 
 RUN pip install -r ${repos_dir}/rally/requirements.txt
 RUN pip install -r ${repos_dir}/tempest/requirements.txt
-RUN pip install -r ${repos_dir}/functest/docker/requirements.pip
 
 RUN find ${repos_dir}/functest -name "*.py" |xargs grep __main__ |cut -d\: -f 1 |xargs chmod -c 755
 RUN find ${repos_dir}/functest -name "*.sh" |xargs grep \#\! |cut -d\:  -f 1 |xargs chmod -c 755
@@ -124,6 +123,8 @@ RUN cd ${repos_dir}/bgpvpn && pip install .
 #RUN cd ${repos_dir}/kingbird && pip install -e .
 RUN cd ${repos_dir}/moon/moonclient/ && python setup.py install
 
+RUN pip install --upgrade -r ${repos_dir}/functest/docker/requirements.pip
+
 RUN /bin/bash -c ". /etc/profile.d/rvm.sh \
     && cd /home/opnfv/repos/vims-test \
     && rvm autolibs enable"
index 13bdb03..69a1f06 100644 (file)
@@ -11,7 +11,7 @@ pyyaml==3.10
 gitpython==1.0.1
 python-openstackclient==2.3.0
 python-ceilometerclient==1.5.1
-python-keystoneclient==2.3.1
+python-keystoneclient==3.5.0
 python-neutronclient==4.1.2
 virtualenv==1.11.4
 pexpect==4.0