- 13 Aug, 2021 1 commit
-
-
Zuul authored
-
- 11 Aug, 2021 1 commit
-
-
Zuul authored
-
- 10 Aug, 2021 1 commit
-
-
YuehuiLei authored
The patch bumps min version of tox to 3.18.0 in order to replace tox's whitelist_externals by allowlist_externals option: https://github.com/tox-dev/tox/blob/master/docs/changelog.rst#v3180-2020-07-23 Change-Id: Ia94b1769233957b6718878a136f1da91eb1a2d8f
-
- 09 Jul, 2021 1 commit
-
-
elajkat authored
pyroute2 recently changed its module structure (see [1]) and deprecated IPDB (see [2]), this patch tries to address these. [1]: https://github.com/svinota/pyroute2/discussions/786 [2]: https://github.com/svinota/pyroute2/discussions/788 Change-Id: Ic6d37a4e035d55b1444a41793143da68322994a2
-
- 31 May, 2021 1 commit
-
-
elajkat authored
Devstack is changing the Neutron default to OVN backend. This patch makes sure that networking-bagpipe-tempest job use OVS backend. Change-Id: I3b8cbc5a8a8abce6ec2432aa78921656d20efe8a
-
- 21 May, 2021 1 commit
-
-
YuehuiLei authored
Upating the tetsing template to Xena testing runtime: https://governance.openstack.org/tc/reference/runtimes/xena.html Change-Id: I76761473316b28077c43f7ece09e1bd6a6c659bc
-
- 29 Apr, 2021 1 commit
-
-
YuehuiLei authored
Setuptools v54.1.0 introduces a warning that the use of dash-separated options in 'setup.cfg' will not be supported in a future version [1]. Get ahead of the issue by replacing the dashes with underscores. Without this, we see 'UserWarning' messages like the following on new enough versions of setuptools: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead [1] https://github.com/pypa/setuptools/commit/a2e9ae4cb Change-Id: I383ffa2860f8f1e5065a5e5980e9cba6985a853e
-
- 05 Apr, 2021 1 commit
-
-
zhangboye authored
Change-Id: I30724372473d01504ccdab3066fb30066866e6ca
-
- 24 Mar, 2021 1 commit
-
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/wallaby. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/wallaby. Sem-Ver: feature Change-Id: I3f15ad20640dbe103c44bcda54033273276ba5fb
-
- 01 Mar, 2021 1 commit
-
-
Zuul authored
-
- 12 Feb, 2021 1 commit
-
-
Pavlo Shchelokovskyy authored
Closes-Bug: #1915499 Change-Id: I18dec37fa415cf4a3cb7c94153295eafa2ce3e77
-
- 11 Feb, 2021 1 commit
-
-
Ghanshyam Mann authored
Tempest replaced the below rolevar for run-tempest role - tempest_test_blacklist is replaced by tempest_test_exclude_list - tempest_black_regex is replaced by tempest_exclude_regex old name are still supported for compatiblity but we recommend to switch to new one. Depends-On: https://review.opendev.org/c/openstack/tempest/+/774835 Change-Id: Ifa2fd7152d48afb8a6d624477e1f7d49950a2341
-
- 11 Dec, 2020 1 commit
-
-
Zuul authored
-
- 10 Dec, 2020 1 commit
-
-
Zuul authored
-
- 01 Dec, 2020 1 commit
-
-
elajkat authored
Remove the use of oslo.rootwrap when executing "modprobe" commands and replace them with oslo.privsep. Story: #2007686 Task: #40259 Change-Id: Ifedff9e638a077f3ea092fc82d48db12c777c816
-
- 09 Nov, 2020 1 commit
-
-
elajkat authored
Add boilerplate for using privsep in networking-bagpipe and change calling sysctl to use privsep. Change-Id: I18b7d2f8ec64a591b6297cca292a4cd476b3a502 Depends-On: https://review.opendev.org/755719 Story: #2007686 Task: #40027
-
- 08 Oct, 2020 3 commits
- 23 Sep, 2020 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I2169c25452d064eae0ec44d7bdaae3ff6c37c4b9
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/victoria. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/victoria. Change-Id: I8926a9cb9bec4151bc974e830c2460b336a09ba0 Sem-Ver: feature
-
- 07 Sep, 2020 1 commit
-
-
elajkat authored
Add some volume tests to tempest_black_regex till https://bugs.launchpad.net/nova/+bug/1882521 is solved. Change-Id: I7df9fa0f8c1b4fe456c1ee8ed65d9a7d13cbe11a
-
- 27 Jul, 2020 1 commit
-
-
gugug authored
Python modules related to coding style checks (listed in blacklist.txt in openstack/requirements repo) are dropped from lower-constraints.txt as they are not actually used in tests (other than pep8). more info: https://github.com/openstack/requirements/blob/master/blacklist.txt Change-Id: If1ddaccd57b3e520dcd06cab8e32aa1a99101b93
-
- 10 Jul, 2020 1 commit
-
-
melissaml authored
With the removal of Python 2.x we can remove the unittest2 compat wrappers and switch to assertCountEqual instead of assertItemsEqual We have been able to use them since then, because testtools required unittest2, which still included it. With testtools removing Python 2.7 support [3][4], we will lose support for assertItemsEqual, so we should switch to use assertCountEqual. [1] - https://bugs.python.org/issue17866 [2] - https://hg.python.org/cpython/rev/d9921cb6e3cd [3] - testing-cabal/testtools#286 [4] - testing-cabal/testtools#277 Change-Id: Ia86c627602deab43b695f60568927e737acf3417
-
- 09 Jul, 2020 1 commit
-
-
elajkat authored
New versions of isort broke pylint. This patch fixes it at 4.3.21. Change-Id: I0cc70af50dbbad972baece017c7b31e0ae696579
-
- 24 Jun, 2020 1 commit
-
-
Zuul authored
-
- 09 Jun, 2020 1 commit
-
-
elajkat authored
Make the code compatible with hacking rules: * some mutable default arguments * a few missing whitespace I removed the rule N530 (Direct neutron imports not allowed), as that is a longer story. I removed the rule N534 (Do not allow unlocalized translations) as well. Remove old code related to exabgp<4.0.2 Depends-On: https://review.opendev.org/#/c/708965/ Change-Id: Ibdba7bbee0b6ec57cf8b9f0e78de8f264ceeb325
-
- 05 Jun, 2020 1 commit
-
-
Andreas Jaeger authored
Victoria template only tests py36 and py38, not py37 - remove extra py37 testing. Change-Id: Icf67bcd299c6ccb96e29b5603e01ebf53c035041
-
- 02 Jun, 2020 1 commit
-
-
elajkat authored
Now we can move to python3 and forget the use of six library. Change-Id: If01ae1c8b16a4301506fa6cd1e893c4176a0aaa0
-
- 21 May, 2020 2 commits
-
-
Andreas Jaeger authored
Switch to openstackdocstheme 2.2.1 and reno 3.1.0 versions. Using these versions will allow especially: * Linking from HTML to PDF document * Allow parallel building of documents * Fix some rendering problems Update Sphinx version as well. Set openstackdocs_pdf_link to link to PDF file. Note that the link to the published document only works on docs.openstack.org where the PDF file is placed in the top-level html directory. The site-preview places the PDF in a pdf directory. Disable openstackdocs_auto_name to use 'project' variable as name. 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: Iceea566b1ac539ba8204b9eb3b2f27754c0f0fe7
-
Előd Illés authored
Sphinx installs bagpipe with all its requirements, but it does not use the upper constraints. If we add the requirements.txt to docs target's dependencies then it will be installed with the upper constraints. Change-Id: Idea5a0594fbad2abdcbf7116dcad4e4ea0fca4d9
-
- 10 May, 2020 1 commit
-
-
Zuul authored
-
- 06 May, 2020 1 commit
-
-
Corey Bryant authored
Monkey patch the original current_thread to use the up-to-date _active global variable. This solution is based on that documented at: https://github.com/eventlet/eventlet/issues/592 Change-Id: I5ea4bb27361df3c489deedb51d7ca8ea64bb923b Closes-Bug: #1863021
-
- 05 May, 2020 1 commit
-
-
elajkat authored
Depends-On: https://review.opendev.org/716584 Depends-On: https://review.opendev.org/716049 Change-Id: I8f6ea2f2be093fc8f63d7eacf982e2bb990ff1b2
-
- 28 Apr, 2020 1 commit
-
-
Zuul authored
-
- 24 Apr, 2020 2 commits
-
-
Sean McGinnis authored
Python 3.8 is now our highest level supported python runtime. This updates the default tox target environments to swap out py37 for py38 to make sure local development testing is covering this version. This does not impact zuul jobs in any way, nor prevent local tests against py37. It just changes the default if none is explicitly provided. Change-Id: I240ed92bdb131e32a0cc441ba04e432e62e6055f Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
Sean McGinnis authored
Now that we are running the Victoria tests that include a voting py38, we can now add the Python 3.8 metadata to the package information to reflect that support. Change-Id: Ic6101aec1521b3ee56414297514f2a43a28ae79e Signed-off-by:Sean McGinnis <sean.mcginnis@gmail.com>
-
- 22 Apr, 2020 2 commits
-
-
OpenStack Release Bot authored
This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I22a6fe915368360d9f246a2dd2d3a49bc9168565
-
OpenStack Release Bot authored
Add file to the reno documentation build to show release notes for stable/ussuri. Use pbr instruction to increment the minor version number automatically so that master versions are higher than the versions on stable/ussuri. Change-Id: I3e125f0fcfa99780375845570b5934a04c889a38 Sem-Ver: feature
-
- 09 Apr, 2020 1 commit
-
-
Zuul authored
-