- 16 Aug, 2021 1 commit
-
-
Thomas Goirand authored
-
- 31 Mar, 2021 1 commit
-
-
Thomas Goirand authored
-
- 30 Mar, 2021 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
designate-tempest-plugin 0.11.0 release meta:version: 0.11.0 meta:diff-start: - meta:series: wallaby meta:release-type: release meta:pypi: no meta:first: no meta:release:Author: Hervé Beraud <hberaud@redhat.com> meta:release:Commit: Hervé Beraud <hberaud@redhat.com> meta:release:Change-Id: I8d237933070e66baf933694c5e10c336e1e97df8 meta:release:Code-Review+1: Michael Johnson <johnsomor@gmail.com> meta:release:Code-Review+2: Hervé Beraud <herveberaud.pro@gmail.com> meta:release:Code-Review+1: Ghanshyam Mann <gmann@ghanshyammann.com> meta:release:Code-Review+2: Thierry Carrez <thierry@openstack.org> meta:release:Workflow+1: Thierry Carrez <thierry@openstack.org>
-
- 17 Mar, 2021 1 commit
-
-
Thomas Goirand authored
-
- 07 Mar, 2021 1 commit
-
-
Arkady Shtempler authored
1) test_list_all_recordsets_for_project "x-auth-token" - Token used to identify the user from keystone 2) test_list_all_projects_recordsets. "x-auth-all-projects" - If enabled this will show results from all projects in Designate. 3) test_list_recordsets_impersonate_project "x-auth-sudo-project-id" - This allows a user to impersonate another project. Change-Id: If7e7cd20ad50e94195ae12a75a2186ceb4b38425
-
- 18 Oct, 2020 1 commit
-
-
Thomas Goirand authored
-
- 05 Oct, 2020 2 commits
-
-
Thomas Goirand authored
-
Thomas Goirand authored
designate-tempest-plugin 0.9.0 release meta:version: 0.9.0 meta:diff-start: - meta:series: victoria meta:release-type: release meta:pypi: no meta:first: yes meta:release:Author: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Commit: Sean McGinnis <sean.mcginnis@gmail.com> meta:release:Change-Id: Ia90f044fba225def44d02b7b5281de98ee48fbed meta:release:Code-Review+2: Hervé Beraud <hberaud@redhat.com> meta:release:Workflow+1: Hervé Beraud <hberaud@redhat.com>
-
- 28 Jul, 2020 1 commit
-
-
Zuul authored
-
- 26 Jun, 2020 1 commit
-
-
Thomas Goirand authored
-
- 04 Jun, 2020 1 commit
-
-
Zuul authored
-
- 02 Jun, 2020 1 commit
-
-
Hervé Beraud authored
The __future__ module [1] was used in this context to ensure compatibility between python 2 and python 3. We previously dropped the support of python 2.7 [2] and now we only support python 3 so we don't need to continue to use this module and the imports listed below. Imports commonly used and their related PEPs: - `division` is related to PEP 238 [3] - `print_function` is related to PEP 3105 [4] - `unicode_literals` is related to PEP 3112 [5] - `with_statement` is related to PEP 343 [6] - `absolute_import` is related to PEP 328 [7] [1] https://docs.python.org/3/library/__future__.html [2] https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html [3] https://www.python.org/dev/peps/pep-0238 [4] https://www.python.org/dev/peps/pep-3105 [5] https://www.python.org/dev/peps/pep-3112 [6] https://www.python.org/dev/peps/pep-0343 [7] https://www.python.org/dev/peps/pep-0328 Change-Id: I5861d47e20d559d64c203d38faf08f6f6648c421
-
- 30 May, 2020 1 commit
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 version. Using this version will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Change pygments_style to 'native' since old theme version always used 'native' and the theme now respects the setting and using 'sphinx' can lead to some strange rendering. openstackdocstheme renames some variables, so follow the renames before the next release removes them. A couple of variables are also not needed anymore, remove them. See also http://lists.openstack.org/pipermail/openstack-discuss/2020-May/014971.html Change-Id: I87335b8494a7b1b3eddd3b6b46b5b5d04227bb6d
-
- 28 May, 2020 1 commit
-
-
inspurericzhang authored
Change-Id: I57bf025751bc739e4cea7b00c909425718a3feba
-
- 14 May, 2020 1 commit
-
-
Andreas Jaeger authored
The repo is Python 3 now, so update hacking to version 3.0.1 which supports Python 3. Fix problems found. Update local hacking checks for new flake8. Switch to dnspython in requirements. See also https://review.opendev.org/726353 . Co-Authored-By:
Sean McGinnis <sean.mcginnis@gmail.com> Depends-On: https://review.opendev.org/715682 Change-Id: I49a0ba49133f9592089d3829405847bf2ff8b425
-
- 24 Apr, 2020 1 commit
-
-
Thomas Goirand authored
-
- 05 Apr, 2020 1 commit
-
-
Andreas Jaeger authored
Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove obsolete sections from setup.cfg: * Wheel is not needed for python 3 only repo * Some other sections are obsolete - Update classifiers - Update requirements, no need for python_version anymore Change-Id: I57dc2210d369cb89ad2de7d2c304a8f225fd6adf
-
- 27 Feb, 2020 1 commit
-
-
Graham Hayes authored
tempest is still testing tools that have python2 environments, and due to the branchless setup, we need to make sure dnspython3 is not installed on python2.7 Change-Id: I8e42ddd73c4c4f4a2d5cc348b75ddf342c7d04f2 Signed-off-by:Graham Hayes <gr@ham.ie>
-
- 23 Jan, 2020 1 commit
-
-
Ghanshyam authored
OpenStack is dropping the py2.7 support in ussuri cycle. designate-tempest-plugin is ready with python 3 and ok to drop the python 2.7 support. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: Ib3bd70ba8f2e8386643c536ac8194fa99b54b842
-
- 24 Aug, 2019 1 commit
-
-
Erik Olof Gunnar Andersson authored
* Change query_client to use rsplit to split ip to make sure we can handle IPv6 addresses. * Strip brackets from ip address to make sure dig does not fail if the IPv6 is uri formatted. Change-Id: I2619fab9eb7e35579566cac70e2e718dae474be0
-
- 18 Jun, 2019 1 commit
-
-
jacky06 authored
1. Sync sphinx dependency with global requirements. It caps python 2 since sphinx 2.0 no longer supports Python 2.7. Change-Id: I1a5bae859f4ae998db33331126e82c7f5862a011
-
- 24 May, 2019 1 commit
-
-
inspurericzhang authored
Change-Id: I2f13a051cb74dcb097715b825eecbea7e0b9fb06
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 12 Apr, 2019 2 commits
-
-
Pavlo Shchelokovskyy authored
when running tempest tests with static set of credentials Tempest does not create new tenants on the fly, and those pre-defined tenants may alreay have configured quotas that are different from default project ones. For quota tests to reliaby pass we need to store the original quotas in the beginning of the test and update to them in the cleanUp phase instead of deleting them (which resets them to the default ones). Change-Id: Ia1de916a97fee81148976a5b9cb134e012af8e0c Closes-Bug: #1800470
-
Pavlo Shchelokovskyy authored
designate-tempest-plugin re-uses the hacking checks available in the tempest code, but those are written with tempest's test-requirements in mind. In particular, the hacking version pins down pep8/flake8 dependencies, and couple of years ago the pep8 package was renamed to pycodestyle. The newer hacking tempest uses already depends on pycodestyle, and so are the checks in tempest, but old hacking used by designate-tempest-plugin was not installing it at all, failing any pep8 job run. Change-Id: I190f10eb1754d47b17ce9e660e9ca0cdba5bbbbc
-
- 14 Mar, 2019 1 commit
-
-
Zuul authored
-
- 13 Mar, 2019 1 commit
-
-
Dmitry Galkin authored
(Check TXT/SPF records for RFC1035 sec. 5.1.) Adds quotes and escape for quotes across the TXT/SPF data sets and tests. Needed-By: https://review.openstack.org/#/c/555398 Change-Id: I5c8160a1cd4a41c4931ab852d478753bb98f4b7d Closes-Bug: 1755788
-
- 21 Feb, 2019 1 commit
-
-
Maksym Shalamov authored
these tests create zones as part of the test but do clean them up afterward slowly. This leads to these and following tests in the thread to fail with over quota when default zone quota is sufficiently low. Change-Id: Iebe15ca6d0d3101237a92e011b081c38647a8de6
-
- 04 Dec, 2018 1 commit
-
-
LeopardMa authored
Change-Id: I51b7e97c344ba01b22701580b1358bd8acc79823
-
- 29 Oct, 2018 1 commit
-
-
Pavlo Shchelokovskyy authored
these tests create zones as part of test but do not clean them up afterwards. This leads to these and following tests in the thread to fail with overquota when default zone quota is sufficiently low. Change-Id: I07d1781de84336faa76698895ad5198ae1c259fc Closes-Bug: #1800454
-
- 18 Oct, 2018 1 commit
-
-
Zuul authored
-
- 15 Oct, 2018 1 commit
-
-
Zuul authored
-
- 13 Oct, 2018 1 commit
-
-
Zuul authored
-
- 01 Oct, 2018 2 commits
-
-
Doug Hellmann authored
We want to default to running all tox environments under python 3, so set the basepython value in each environment. We do not want to specify a minor version number, because we do not want to have to update the file every time we upgrade python. We do not want to set the override once in testenv, because that breaks the more specific versions used in default environments like py35 and py36. Change-Id: I14aef3de2d663ef36930285401a52f06eb30488d Signed-off-by:Doug Hellmann <doug@doughellmann.com>
-
Based on the information in the original bug reports, it is likely that this is no longer an issue. Change-Id: I75c21239d4ffef5771b4972a4d66852b7efb394e
-
- 30 Sep, 2018 1 commit
-
-
Erik Olof Gunnar Andersson authored
This also resolves Python 3 incompatibilites with Zone Tests using the SingleQueryClient. Change-Id: I25185d0b3c658da8793df9bfa69f714d6ca96a60
-
- 31 Aug, 2018 1 commit
-
-
Zuul authored
-
- 21 Aug, 2018 1 commit
-
-
Pavlo Shchelokovskyy authored
this also adds a feature flag "api_v2_quotas_verify_project" (False by default) enabling which will enable this test. Change-Id: Icdc1b9ae419c3634ab2c55005f33fed624706176 Related-Bug: #1760822
-
- 19 Aug, 2018 1 commit
-
-
Nguyen Hai authored
This is a mechanically generated patch to switch the documentation jobs to use the new PTI versions of the jobs as part of the python3-first goal. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: Ie8da44c2a1360eece2ea47d131af214e9d4dbec8 Story: #2002586 Task: #24292
-