Change checkout commit in setup_env
A bug in test_create_multiple was fixed by this patch [1]. As the test is part of the interop guidelines we should include this fix in refstack-client. [1] https://review.opendev.org/c/openstack/tempest/+/875751 Depends-On: Ie127c2ed159da8a6bc780919cdd4def44e457efb Change-Id: Icfc4c4f270ee559128b165ffa032be0460294d48
This commit is contained in:
parent
43b6fd208b
commit
846e3d2983
@ -26,8 +26,8 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSUSE.
|
||||
|
||||
b. -t option allows to specify tag in Tempest repository which will be installed.
|
||||
For example: execute ``./setup_env -t tags/3`` to install Tempest tag-3.
|
||||
By default, Tempest 31.1.0 will be installed from commit
|
||||
56d259dd78cc9ae974cc5dc24a54dbd8008770e6 (June 2022).
|
||||
By default, Tempest will be installed from commit
|
||||
3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab (April 2023).
|
||||
|
||||
c. -p option allows to specify python version - 3.8.10 (-p 3)
|
||||
or any equal or above 3.8.0. Default to python 3.8.10.
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
# Default Tempest commit:
|
||||
# SHA 56d259dd78cc9ae974cc5dc24a54dbd8008770e6 (June 2022) Tag 31.1.0
|
||||
CHECKOUT_POINT=56d259dd78cc9ae974cc5dc24a54dbd8008770e6
|
||||
# SHA 3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab (April 2023)
|
||||
CHECKOUT_POINT=3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab
|
||||
PY_VERSION="3.8.10"
|
||||
UPPER_CONSTRAINTS_FILE="https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt"
|
||||
LOCAL_INTERPRETER=false
|
||||
|
Loading…
Reference in New Issue
Block a user