commit | 3bfce9b3f9874b8daf71b3c3106549893e46d3f0 | [log] [tgz] |
---|---|---|
author | Erik Olof Gunnar Andersson <eandersson@blizzard.com> | Sat Jan 08 23:11:13 2022 -0800 |
committer | Erik Olof Gunnar Andersson <eandersson@blizzard.com> | Fri May 06 07:35:11 2022 +0000 |
tree | 381a87fc54e1ced04832368db75a4eb0c88fd56d | |
parent | 1cbfc88d6742aac850a108b9d37223dde8123a43 [diff] [blame] |
Enable unset ptr test and add inactive value to floating ip status Depends-On: https://review.opendev.org/c/openstack/designate/+/830549 Change-Id: Iba915b4701037b5ab33c57550c5f3dcddf01ccbc
diff --git a/designate_tempest_plugin/config.py b/designate_tempest_plugin/config.py index 99c9a04..cdf8f77 100644 --- a/designate_tempest_plugin/config.py +++ b/designate_tempest_plugin/config.py
@@ -79,6 +79,10 @@ default=True, help="Is https://bugs.launchpad.net/designate/+bug/1573141 " "fixed"), + cfg.BoolOpt('bug_1932026_fixed', + default=False, + help="Is https://bugs.launchpad.net/designate/+bug/1932026 " + "fixed"), # Note: Also see the enforce_scope section (from tempest) for Designate API # scope checking setting. cfg.BoolOpt('enforce_new_defaults',