Commit Graph

7 Commits

Author SHA1 Message Date
Alex Kavanagh 53e93b8820 Migrate testr to stestr
Note that the interface doesn't have any unit tests yet.

Change-Id: I91bfe767e7d10b696a73c7141dbefe8ec30e297c
2021-02-10 12:30:32 +00:00
Ghanshyam Mann 7cc4931d61 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

charm repos need few updates on either py2 drop or updating
ussuri python template, tox.ini etc.

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: Ib21e51e6ab020747e069dc854dcc1d42be382637
2020-02-27 21:04:46 -06:00
Camille Rodriguez 8307167ca9 Avoid pollution and false positives with tox.ini
- removing sitepackages in tox.ini to avoid test env pollution
- skip_missing_interpreters in tox.ini set to False to avoid false
positives by skipping missing interpreters.

Change-Id: I2a293e279ab12501f082efbb71cc25219567a17e
2019-08-27 08:58:03 -04:00
Doug Hellmann 996918986e 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: I6595bea270b9e5542d2d97a5748dc0923abd344b
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-10-04 12:45:44 +00:00
Andreas Jaeger 3d24bc42d4 Update tox to remove deprecated pip option
The job --allow-unverified is obsolete, also python-apt cannot be
installed and is unneeded for current jobs.

Remove so that python installation works.

Change-Id: I081f09f1e63233b2daf0bbdee84a69dbb785e3dc
2018-10-04 12:12:27 +02:00
James Page b68c59b59d Add support for verification process
Add required configuration files and generally update the interface
after move to OpenStack git/gerrit.

Change-Id: I5c14ad429a0bb11902ab0352707da877390c0688
2016-07-07 15:36:19 +01:00
David Ames e0df0b3bbf Initial keystone-credentials interface
Create the interface for keystone-credentials (identity-credentials)
2016-05-04 11:15:19 -07:00