- 26 Feb, 2022 1 commit
-
-
Ghanshyam Mann authored
Supported stable branches in maintenance state (ussuri, victoria, wallaby, xena) use the Tempest and plugins master version for their testing. To make sure master version (new tests or any changes) is compatible with stable branch testing, we need to add the stable branches job on the plugins master gate. Tempest and many other plugins are already testing the stable branches in same way[1]. We are adding Victoria onwards jobs and ussuri one which is failing and might need more fixes can be added separatly. Ussuri onwards, Tempest or plugins are py3 only, so we are running only python3 version of stable jobs Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html [1] https://opendev.org/openstack/tempest/src/commit/e8f1876aa6772077f85f380677b30251c2454505/.zuul.yaml#L646 Change-Id: If92a78f10935b374de5508df14b428d0aa5e24ce
-
- 27 Jul, 2021 1 commit
-
-
Takashi Kajinami authored
Since [1] is merged, quota in glance is enabled but limit is set to 1GB by default and this is too small for Magnum jobs using Fedora images. This change extends the limit to fix the issue caused by that low limit. [1] https://review.opendev.org/c/openstack/devstack/+/788056 Depends-on: https://review.opendev.org/802413 Change-Id: Id741fafc7e1da2d4e180f0745cd4d4b367472f06
-
- 01 Apr, 2021 1 commit
-
-
Zuul authored
-
- 17 Feb, 2021 1 commit
-
-
Zuul authored
-
- 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: I5d66e18757d516f8c761875bd2f824d0e839f1ac
-
- 06 Feb, 2021 1 commit
-
-
Erik Olof Gunnar Andersson authored
Depends-On: https://review.opendev.org/c/openstack/magnum/+/774142 Change-Id: I6baad8e3bf640959ee9e34b8e5fdef1a0bf9295b
-
- 04 Feb, 2021 1 commit
-
-
Bharat Kunwar authored
Cluster creation fails on the CI due to an issue similar to what we've seen before for another test (test_create_list_sign_delete_clusters). Disable it for now. story: 2007272 task: 38867 story: 2007851 task: 41443 Change-Id: Ie91fdfe71058b45c5fd1217920b8b5b993e47734
-
- 22 Sep, 2020 1 commit
-
-
Ghanshyam Mann authored
keeping magnum-tempest-plugin-tests-api job running on bionic nodeset till https://storyboard.openstack.org/#!/story/2007732 is fixed otherwise base devstack jobs switching to Focal will block the gate. Story: #2007865 Task: #40190 Change-Id: I78c8f92428efd27d604258f361077d909a27aa23
-
- 23 Jun, 2020 1 commit
-
-
Feilong Wang authored
This is kind of a race condition issue, Tempest is doing a wait and check when it is trying to delete a cluster. However, at the very end of the cluster deletion process, a cluster GET request may get a HTTP 400 error which will cause the Tempest case failed. This HTTP 400 exception reported by a cluster GET request should be caught and take cluster as still existing. Task: 40120 Story: 2007833 Change-Id: Ic97abf8d4d584f35b18bff9eab5d3e5ac80c0f02
-
- 11 Jun, 2020 1 commit
-
-
Zuul authored
-
- 08 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: I17c818e0e2cb5b4dc2b24cf689ceeb9b391c83bf
-
- 31 May, 2020 1 commit
-
-
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. 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: I54eee940d3c787fddc1278619981d7a90310fbd0
-
- 28 May, 2020 1 commit
-
-
inspurericzhang authored
Change-Id: Iaf0b95597d6dc968c9745690f4a2663de8442876
-
- 18 May, 2020 1 commit
-
-
Zuul authored
-
- 06 May, 2020 1 commit
-
-
jacky06 authored
We don't need this in a Python 3-only world. Change-Id: I0ec4a2fe359c285460f64949943649b25938f3b1
-
- 03 May, 2020 1 commit
-
-
Andreas Jaeger authored
Update docs building, cleanup a bit: * Switch to sphinx-build * Update requirements for Sphinx and openstackdocstheme for python 3, create doc/requirements.txt * Remove unneeded doc and translation sections from setup.cfg * Remove install_command, it's unneeded, the default is fine. * Move constraints into deps, use TOX_CONSTRAINTS instead of obsolete UPPER_CONSTRAINTS * Update to hacking 3.0, fix problems found Change-Id: I76fe5602928bede439133993b0d85669228f25ed
-
- 29 Apr, 2020 1 commit
-
-
pengyuesheng authored
-- Bump the openstackdocstheme extension to 1.20 Some options are now automatically configured by the version 1.20: - project - html_last_updated_fmt - latex_engine - latex_elements - version - release. Ic9207bb8d3e602dd71cc4c7cefde739130f3d48b -- Blacklist sphinx 2.1.0 (autodoc bug) See https://github.com/sphinx-doc/sphinx/issues/6440 for upstream details Ia029f66cfde96d97754e38b5278f1b24081a09e0 -- tox: Keeping going with docs 1. Sphinx 1.8 introduced [1] the '--keep-going' argument which, as its name suggests, keeps the build running when it encounters non-fatal errors. This is exceptionally useful in avoiding a continuous edit-build loop when undertaking large doc reworks where multiple errors may be introduced. 2. Remove the py27 from tox since magnum already drop support python 2.7 [1] https://github.com/sphinx-doc/sphinx/commit/e3483e9b045 I6e713b51cf9fac87e696fdfce8156f656a0f1df5 -- Change-Id: I53800a688fae3ba9cc551b0ceffe96938f2df59d
-
- 21 Apr, 2020 2 commits
-
-
Bharat Kunwar authored
This commit defines magnum-tempest-plugin-tests-api job which uses the new devstack-tempest as parent job recommended for running Tempest tests in Zuul v3. Story: 2007561 Task: 39470 Depends-on: https://review.opendev.org/#/c/721265 Change-Id: If7b77099a90d405e248c80777fa5e8b3612b5c2e
-
Bharat Kunwar authored
Story: 2007561 Task: 39512 Change-Id: I2a5ba0a3bbc99c31af5de96e5b2acfa6107b698e
-
- 23 Jan, 2020 1 commit
-
-
Ghanshyam authored
OpenStack is dropping the py2.7 support in ussuri cycle. magnum-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: I58baf3f7361468de98fc43a1aed036af9c4e5051
-
- 13 Oct, 2019 1 commit
-
-
caoyuan authored
1. Replace git.openstack.org URLs with opendev.org URLs 2. Update some urls to latest Change-Id: I802feec03e5c0e93854266c51b596043bf3f4c45
-
- 28 Jul, 2019 1 commit
-
-
Lingxian Kong authored
In case the cluster could be deleted immediately after the creation failure, there is no chance to see the reason for debugging purpose. Change-Id: I627f5b8bef3bc8fef694837cd7f037dc01885b53
-
- 17 Jul, 2019 1 commit
-
-
Lingxian Kong authored
Every function that provides a test must have an idempotent_id decorator according to https://docs.openstack.org/tempest/latest/HACKING.html#test-identification-with-idempotent-id This patch only adds the idempotent_id for cluster related tests, others could be added as needed in future. Change-Id: Ic452bb33999980137ffe0f832318703190fa76ec
-
- 20 May, 2019 2 commits
-
-
Jake Yip authored
Fix the test-requirements.txt which was broken by https://review.opendev.org/657890 adding a cap on Sphinx on Python 2. Change-Id: I1971495e9ebcebfd5950da4da17b555ddafe56c4
-
Jake Yip authored
For some reason if sitepackages is enabled, tox does not install tempest in py2. Do not use sitepackages since we install tempest from pip anyway. Change-Id: I7c2fa70e03e6478ddc8d640ca0f117a7b88d2207
-
- 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.
-
- 08 Apr, 2019 1 commit
-
-
Lingxian Kong authored
- This fix is primarily focused on using existing cluster template use case. - Rename 'keypair_id' to 'keypair_name' in the magnum tempest config. - Add 'cluster_template_id' and 'cluster_creation_timeout' config options. - Move the cluster template and keypair to the class-scoped resources. Change-Id: Ib5260757e373ce545ca6900acf8871b6d96dcfb8
-
- 22 Feb, 2019 1 commit
-
-
Colleen Murphy authored
The plugin defines a 'magnum' option in the '[service_available]' group but does not respect it, so if the plugin is installed but [service_available]/magnum=false, the tests will still run unless blacklisted. This patch corrects the issue by defining the tempest skip_checks class method. This also requires using the correct tempest base class as recommended in the tempest guide[1]. [1] https://docs.openstack.org/tempest/latest/write_tests.html Change-Id: I6b9a8f802129fa800d9f4a3eadd8943962c951c0
-
- 15 Jan, 2019 1 commit
-
-
Jake Yip authored
Change-Id: Ia3aac16a4c73440fe08632033c968ff0261f5c3f
-
- 14 Jan, 2019 2 commits
- 11 Jan, 2019 1 commit
-
-
huang.zhiping authored
Change-Id: I4e3affd58985b118e668c12a985d2dcfef95c0d0
-
- 09 Jan, 2019 7 commits