OpenStack test classes
Go to file
Corey Bryant dac45a694c Change python3.5 job to python3.7 job on Stein+
This is a mechanically generated patch to add a unit test job running
under Python 3.7 and drop the Python 3.5 unit test job.

python3.5 was the only supported python3 version on Xenial. Now that
we have Bionic nodes supporting python3.6 and python3.7, let's switch
to testing with python3.7 in addition to python3.6 in Stein and
beyond.

See ML discussion here [1] for context.

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

Change-Id: I723f2be0477bfae511de3a1a79307c2ed1e5d300
Story: #2004073
Task: #27440
2019-02-14 10:29:34 +00:00
doc/source Trivial: Update pypi url to new url 2018-04-21 12:12:20 +08:00
oslotest Fix nits in timeout change 2018-09-24 20:12:08 +00:00
releasenotes Fix nits in timeout change 2018-09-24 20:12:08 +00:00
tools Avoid tox_install.sh for constraints support 2017-12-01 09:54:17 +01:00
.coveragerc Fix coverage configuration and execution 2015-10-06 09:14:07 -04:00
.gitignore Switch to using stestr 2018-06-14 18:51:15 +00:00
.gitreview fix .gitreview after rename 2014-05-27 05:16:23 -07:00
.mailmap apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.stestr.conf Switch to using stestr 2018-06-14 18:51:15 +00:00
.zuul.yaml Change python3.5 job to python3.7 job on Stein+ 2019-02-14 10:29:34 +00:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:39 +00:00
HACKING.rst Title underline too long 2018-11-07 08:56:32 +00:00
LICENSE apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
README.rst Add release note link in README 2018-06-28 00:30:48 +08:00
lower-constraints.txt Switch to using stestr 2018-06-14 18:51:15 +00:00
requirements.txt Fix requirements check ci in oslotest 2018-08-22 17:27:50 +08:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 19:14:07 +08:00
setup.py Updated from global requirements 2017-03-02 11:53:58 +00:00
test-requirements.txt Update hacking version 2018-12-28 22:52:17 +08:00
tox.ini Don't quote {posargs} in tox.ini 2018-10-09 13:38:28 +00:00

README.rst

Team and repository tags

image

oslotest -- OpenStack Testing Framework and Utilities

The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results.