Updated from OpenStack Ansible Tests
Change-Id: I51f1591afde7fe8a805fcddf6e42c65d0fb8b55e
This commit is contained in:
parent
d17041ca51
commit
dae459332a
12
bindep.txt
12
bindep.txt
@ -49,17 +49,5 @@ python2-dnf [platform:fedora]
|
|||||||
libselinux-python [platform:redhat]
|
libselinux-python [platform:redhat]
|
||||||
libsemanage-python [platform:redhat]
|
libsemanage-python [platform:redhat]
|
||||||
|
|
||||||
# For SSL SNI support
|
|
||||||
python-pyasn1 [platform:dpkg platform:suse]
|
|
||||||
python-openssl [platform:dpkg]
|
|
||||||
python-ndg-httpsclient [platform:ubuntu !platform:ubuntu-14]
|
|
||||||
python2-pyasn1 [platform:redhat]
|
|
||||||
pyOpenSSL [platform:redhat]
|
|
||||||
python-pyOpenSSL [platform:opensuseproject-42]
|
|
||||||
python2-pyOpenSSL [platform:suse !platform:opensuseproject-42]
|
|
||||||
python-ndg_httpsclient [platform:redhat !platform:fedora]
|
|
||||||
python2-ndg_httpsclient [platform:fedora]
|
|
||||||
python-ndg-httpsclient [platform:suse]
|
|
||||||
|
|
||||||
# Required for compressing collected log files in CI
|
# Required for compressing collected log files in CI
|
||||||
gzip
|
gzip
|
||||||
|
@ -92,7 +92,7 @@ fi
|
|||||||
# tests repo are not supported.
|
# tests repo are not supported.
|
||||||
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
|
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
|
||||||
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
|
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
|
||||||
git clone -b stable/ocata \
|
git clone -b stable/pike \
|
||||||
https://git.openstack.org/openstack/openstack-ansible-tests \
|
https://git.openstack.org/openstack/openstack-ansible-tests \
|
||||||
${WORKING_DIR}/tests/common/previous
|
${WORKING_DIR}/tests/common/previous
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user