Commit Graph

11 Commits

Author SHA1 Message Date
Takashi Kajinami ab7f0c583e tripleo-common-tempest-plugin - Step 3: Remove Project Content
Depends-on: https://review.opendev.org/c/openstack/project-config/+/800154
Change-Id: Id91b5d464512c29dddf1a963b7d26fbcc9e89e53
2021-07-12 16:51:44 +09:00
likui d7c3b3e494 Update TOX_CONSTRAINTS_FILE
UPPER_CONSTRAINTS_FILE is old name and deprecated
-https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
This allows to use lower-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

[1] https://review.opendev.org/#/c/722814/

Change-Id: I447126d7aed3f766409dc0204ade882b76f873a6
2020-10-30 09:50:38 +08:00
Ghanshyam Mann 5bbfb13589 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle except
swift and sorlets which is exception approved in this goal.

Somehow this repo is left to remove the support of py2.7.

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Ic9eaaca9981aec50ef1f235d69a03ad2698e36fe
2020-04-26 00:39:48 +00:00
gujin b6929550ca tox: Keeping going with docs
Change-Id: I30fa4e2308d83f4e6afd9efadf72b0096ad5fb83
2019-11-03 02:38:05 +08:00
Corey Bryant 1f8d8d5331 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: Ibee96b65bfbc3b7f6e1f0d39a5d38bd5f67e4aef
Story: #2005924
Task: #34253
2019-08-16 21:56:55 +00:00
Alex Schultz f362e1bc71 Update to stestr
Change-Id: I2b6dac8e58795936d6880bfa21c5715f0184e284
2019-08-16 15:56:37 -06:00
confi-surya af0ff4fac6 Drop py35 jobs
Python 3.5 was the target runtime for the Rocky release. The current
target py3 runtime for Stein is Python 3.6, so there is no reason to
keep testing against the older version.

https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein

Change-Id: I96783b315b2446b4c40caad48efaf22e01d4c366
2019-02-27 17:52:10 +05:30
Doug Hellmann 028af44d3f fix tox python3 overrides
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: I4c1e42cc69ad50264183635ae08de769358b36d5
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 19:04:17 -04:00
Dougal Matthews 138372e724 Add the tempest command check-uuid to tox.ini
Change-Id: Ide3a407fd99c0a1e60ed119b3dcd5ff452c7b0dc
2017-11-15 15:02:03 +00:00
Dougal Matthews ad05d47dd1 Fix gating on tripleo-common-tempest-plugin
There are three changes here that need to be rolled into one patch, as
they are all needed to fix the gate.

- Correct the .gitreview project
- Resolve PEP8 Errors; Unused import and extra newlines.
- Fix the tox.ini to match the current tests. This can be expanded
  if/when different types of tests are added.

Change-Id: I335a527e41b865add7f306e3b494bf3d97829cb2
2017-11-08 10:10:19 +00:00
Dougal Matthews 5c2886a5ce Create initial project layout 2017-11-03 08:25:15 +00:00