From a24472d3d87cc3b43bb0e83dbd368379d563c03d Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 6 Apr 2025 22:50:36 +0900 Subject: [PATCH] Fix wrong command to install n-t-p Change-Id: I88782bc32ecc6cdee47982a67dac8160112d0a3e --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index ad68394fa..feba9d4d5 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -369,7 +369,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