Commit Graph

7 Commits

Author SHA1 Message Date
HeroicHitesh 67f98f8666 Migrate from testr to stestr
* Replace .testr.conf by .stestr.conf for migration and update
  .gitignore and test-requirements.txt files accordingly
* Use py3 as the default runtime for tox and 3.18.0 as the
  minversion for tox

Signed-off-by: HeroicHitesh <email.hiteshkumar@gmail.com>
Change-Id: If2662e223ad52c8cae965eb6bdf880c1dce962f2
2021-05-21 11:25:10 +05:30
Andreas Jaeger d74b4383d8 Update hacking for Python3
The repo is Python 3 now but still tests some older
branches, so update hacking to version 2.0 which
supports Python 2 and 3.

Fix problems found.

Change-Id: I54f1fa0ee72499a740e630bbd3478427babc2ec2
2020-11-17 08:19:10 +00:00
Ghanshyam 4780eec9d4 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

heat-tempest-plugin is ready with python 3 and ok to drop the
python 2.7 support.

Stable zuul jobs are modified to run with py3 as heat-tempest-plugin
cannot run py2 jobs on master gate.

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: Ida6919a70dc8711166a79eac574b0714382e8d00
2020-03-03 16:38:19 +00:00
Thomas Bechtold cd52d60f08 Drop "docs" tox target and the docs integration
There is no docs/ directory so trying to build the documentation with
"tox -e docs" fails.

Change-Id: I194d9e04d74e6d7341d4d0b3bc184b94ffd3edfb
2019-09-03 10:49:41 +02:00
Doug Hellmann 96ed5f89d5 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: I0fec1df37672b9bdadaa8eeaf8aa7d72f8237a5b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-30 03:21:59 +00:00
ricolin 9b02d1e662 Add tempest ids for functional and scenario tests
This patch add tempest ids for all functional and scenario tests.
Also add check-uuid to tox tests.

Change-Id: I247d662b9695744a8dc7e8c7db00ed36478f3d61
2018-02-07 12:04:37 +08:00
rabi d2916d04e0 Initial movement to new repo with cleanup 2017-11-14 20:28:32 +05:30