commit | c3bec86663dc9d30529bc0641fb4f1994d5ecb6e | [log] [tgz] |
---|---|---|
author | Bernard Cafarelli <bcafarel@redhat.com> | Thu Sep 10 13:59:49 2020 +0200 |
committer | Bernard Cafarelli <bcafarel@redhat.com> | Thu Sep 10 14:02:37 2020 +0200 |
tree | de3dec6fd670933f11874e75f62b7e6edabc24f3 | |
parent | 45010027f4bfcd211773b6ec50a6a9c2ca37e8c4 [diff] |
Update hacking for Focal As per victoria cycle testing runtime and community goal[1] we need to migrate upstream CI/CD to Ubuntu Focal(20.04). This bumps hacking to 3.2.0 in order to work with focal, disabling W504 to align with neutron (W503 is enabled in this version) Story: #2007865 Task: #40199 [1] https://governance.openstack.org/tc/goals/selected/victoria/migrate-ci-cd-jobs-to-ubuntu-focal.html Change-Id: Ic7a6da941172aae6dc504eb377c3e94de4805a89
diff --git a/neutron_tempest_plugin/common/ip.py b/neutron_tempest_plugin/common/ip.py index a286d6b..83cd3d9 100644 --- a/neutron_tempest_plugin/common/ip.py +++ b/neutron_tempest_plugin/common/ip.py
@@ -295,7 +295,7 @@ for address in list_ip_addresses(addresses=addresses, port=port): return address.device.name - msg = "Port %r fixed IPs not found on server.".format(port['id']) + msg = "Port {0!r} fixed IPs not found on server.".format(port['id']) raise ValueError(msg)