Commit Graph

19 Commits

Author SHA1 Message Date
Ghanshyam Mann 5c3453182e Test python 3.11
As per the current release tested runtime, we
need to test python 3.8 to python 3.11 so using the
generic python testing template which run the python
versions jobs as per the current release runtime.

Also, updating the same in python classifier in setup.cfg

Change-Id: I3d8ed2c9cf31d3e02ae6489097229e69b3169c7a
2024-01-09 19:22:09 -08:00
OpenStack Release Bot 4a00de041e Add Python3 antelope unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I5a485197c7b82b48fc85d3e5847b941aab5a11e0
2022-09-06 13:12:43 +00:00
Elod Illes 716be84983 Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I033a3b5a98848fc9b6a3ae3a439a272762b6dae1
2022-08-08 16:09:51 +00:00
OpenStack Release Bot cb9d0ee604 Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: Ia8142e7a941edd107665e4cf2ed8a5d011074248
2021-09-10 15:18:14 +00:00
HeroicHitesh 096b484a7c Follow-up patch for fixing coverage issue
Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: Ief1c7eb6b3f3d28e9321280718df59eebaca786f
2021-04-27 09:54:51 +05:30
OpenStack Release Bot e70ec02142 Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.

See also the PTI in governance [1].

[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html

Change-Id: I65442108f0ab8a32ba981cc6abc9a622b7199e56
2021-03-18 10:24:50 +00:00
Q.hongtao 7dbc1e89e2 Remove unicode from client
Change-Id: If0ac1d13a7958edb1389c1f76abce47016e50845
2021-01-03 06:49:56 +00:00
OpenStack Release Bot ec82132461 Add Python3 wallaby unit tests
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: I8582e0da1823f7b8f9c36afbd78d022673f28bff
2020-09-09 15:57:33 +00:00
OpenStack Release Bot ab33eab159 Add Python3 victoria unit tests
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: I0151b5d637b91c22916ad9cc6afa0d2235550308
2020-04-11 18:49:03 +00:00
Ghanshyam Mann b6d3d31674 Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

pythn-vitrageclient 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://review.opendev.org/#/c/691178/

Change-Id: I6f4cc04134130a3fa36bb65492b01dff63f94e32
2019-12-13 23:44:06 +00:00
kangyufei c0d22e5021 Switch to Ussuri jobs
Change-Id: Icefffaa499493d1f982353b711f06fd175131860
2019-10-22 15:13:38 +08:00
pengyuesheng 67bf5214e5 Add Python 3 Train unit tests
See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Ib80a4499eeff18d2d414fe6f6f0f45034b6eb657
2019-07-04 10:32:55 +08:00
Ghanshyam Mann d29eb4b278 Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I08dd390fee518403d04cfa149ab9c3c9517c93ab
2019-04-15 01:52:44 +00:00
ZhongShengping bde2d05710 add python 3.7 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: Ic35bc6ee5351eaa8dda5f4e4790753df85ff32cb
Story: #2004073
Task: #27461
2019-02-19 17:06:09 +08:00
Andreas Jaeger 8ce7631592 Use template for lower-constraints
Small cleanups:

* Use openstack-lower-constraints-jobs template, remove individual
  jobs.
* Sort list of templates

Change-Id: I65a08fe2b6dbed7c0c0ba3ae8750ef330fbd4cf3
Needed-By: https://review.openstack.org/623229
2018-12-20 21:54:41 +01:00
Nguyen Hai 6b123aaaaa add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 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: If06f6cb738a3dee305d61668983a593694178696
Story: #2002586
Task: #24343
2018-08-17 14:05:23 +09:00
Nguyen Hai fd3ae283fc switch documentation job to new PTI
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: I0bad05970cb4bf050aeaa6d0cbd910eb83bfa06c
Story: #2002586
Task: #24343
2018-08-17 14:05:22 +09:00
Nguyen Hai f4b2d1ff6c import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I797f0d9f3d6e5b3bad27098e6474aba9438a5713
Story: #2002586
Task: #24343
2018-08-17 14:04:30 +09:00
Doug Hellmann f7eb8c59c4 add lower-constraints job
Create a tox environment for running the unit tests against the lower
bounds of the dependencies.

Create a lower-constraints.txt to be used to enforce the lower bounds
in those tests.

Add openstack-tox-lower-constraints job to the zuul configuration.

See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
for more details.

Change-Id: I7ecdc42f0ddb44e4054a9773c8dabb79a2e0d854
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-22 18:07:56 -04:00