Add barbican-tempest-plugin in tempest image
Install pip packages with upper-constraints Change-Id: I848a0c841bb31742c72abdb6e911c915eb44e725
This commit is contained in:
parent
7ec5fa4189
commit
bd01eb7516
@ -14,13 +14,17 @@ RUN set -ex ;\
|
||||
git ;\
|
||||
pip3 install -U pip ;\
|
||||
git clone https://git.openstack.org/openstack/tempest ;\
|
||||
git clone https://git.openstack.org/openstack/barbican-tempest-plugin ;\
|
||||
git clone https://git.openstack.org/openstack/cinder-tempest-plugin ;\
|
||||
git clone https://git.openstack.org/openstack/heat-tempest-plugin ;\
|
||||
git clone https://git.openstack.org/openstack/keystone-tempest-plugin ;\
|
||||
git clone https://git.openstack.org/openstack/neutron-tempest-plugin ;\
|
||||
git clone https://git.openstack.org/openstack/requirements ;\
|
||||
pip3 install -U setuptools==58.0.0 ;\
|
||||
pip3 install wheel ;\
|
||||
pip3 install -e tempest/ \
|
||||
pip3 install -c requirements/upper-constraints.txt \
|
||||
tempest/ \
|
||||
barbican-tempest-plugin/ \
|
||||
cinder-tempest-plugin/ \
|
||||
heat-tempest-plugin/ \
|
||||
keystone-tempest-plugin/ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user