Fix wrong command to install n-t-p

Change-Id: I88782bc32ecc6cdee47982a67dac8160112d0a3e
(cherry picked from commit a24472d3d8)
(cherry picked from commit e880c95ee0)
This commit is contained in:
Takashi Kajinami
2025年04月06日 22:50:36 +09:00
parent cb85e572a7
commit 47ae381c99

View File

@@ -367,7 +367,7 @@ if [ "${TEMPEST_FROM_SOURCE,,}" = true ]; then
fi
pushd /tmp/openstack/neutron-tempest-plugin
/tmp/openstack/tempest/run_tempest/bin/pip3 install -c https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt -U -r requirements.txt
/tmp/openstack/tempest/run_tempest/bin/pip3 setup.py install
/tmp/openstack/tempest/run_tempest/bin/python3 setup.py install
popd
run_tempest/bin/pip3 install os-testr
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.