Test on latest magnum, now its not broken (#29)

This commit is contained in:
John Garbutt 2023-11-15 13:11:19 +00:00 committed by GitHub
parent b5c5c0d3a8
commit 2f50dbec79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -447,7 +447,10 @@ class Driver(driver.Driver):
# Cluster API looks for specific named secrets for each of the CAs,
# and generates them if they don't exist, so we create them here
# with the correct certificates in
for (name, data,) in ca_certificates.get_certificate_string_data(
for (
name,
data,
) in ca_certificates.get_certificate_string_data(
context, cluster
).items():
self._k8s_client.apply_secret(

View File

@ -5,4 +5,4 @@
pbr>=2.0 # Apache-2.0
oslo_log
oslo_utils
magnum<17.0.0 # test against 2023.1 for now
magnum

View File

@ -10,7 +10,7 @@ setenv =
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1
OS_TEST_TIMEOUT=60
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/2023.1}
deps = -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = stestr run {posargs}