diff --git a/bindep.txt b/bindep.txt index dd66b052..812e00c3 100644 --- a/bindep.txt +++ b/bindep.txt @@ -49,17 +49,5 @@ python2-dnf [platform:fedora] libselinux-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 gzip diff --git a/tests/tests-repo-clone.sh b/tests/tests-repo-clone.sh index 9c793c59..39efbb16 100755 --- a/tests/tests-repo-clone.sh +++ b/tests/tests-repo-clone.sh @@ -92,7 +92,7 @@ fi # tests repo are not supported. if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; 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 \ ${WORKING_DIR}/tests/common/previous fi