Update default tempest tag to Oct 2018

Let's update the default's tempest tag one month more so that
tempest contains follow_redirects parameter [1] in its RestClient
needed to run dns add-on tests. Without the change some of the
designate_tempest_plugin tests were failing with TypeError:
__init__() got an unexpected keyword argument 'follow_redirects'

[1] https://review.opendev.org/c/openstack/tempest/+/580146

Change-Id: I5fde40ff2ed3e6e258a18ba431ab9aef2009c891
This commit is contained in:
Martin Kopec 2021-03-20 19:31:09 +00:00
parent dab344ad3f
commit 6bbd88fed8

View File

@ -1,7 +1,7 @@
#!/bin/bash -x
#Default Tempest commit: SHA 8316f962c52b01edc5be466b18e54904e2a1248a (Sept 2018)
CHECKOUT_POINT=8316f962c52b01edc5be466b18e54904e2a1248a
#Default Tempest commit: SHA 3ffa54e446ed2a8bf6758343a3130ae424d3ddc4 (Oct 2018)
CHECKOUT_POINT=3ffa54e446ed2a8bf6758343a3130ae424d3ddc4
PY_VERSION="3.6.0"
# Prints help