OpenStack test classes
Go to file
Doug Hellmann 14890c86dc fix .gitreview after rename
Change-Id: I1d84599c80147b313d5570fb1333a1ce7cfe4ad8
2014-05-27 05:16:23 -07:00
doc/source Update project name in doc build 2014-04-10 11:18:01 -07:00
oslotest Set log level to default value 2014-05-19 14:03:07 +02:00
tests Rename oslo.test to oslotest 2014-02-18 07:17:31 -08:00
tools Import run_cross_tests.sh from oslo-incubator 2014-03-27 08:02:02 -07:00
.coveragerc apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
.gitignore apply oslo-cookiecutter 2014-01-31 15:42:43 -08: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
.testr.conf apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
CONTRIBUTING.rst apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
HACKING.rst apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
LICENSE apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
MANIFEST.in apply oslo-cookiecutter 2014-01-31 15:42:43 -08:00
README.rst Update cross-test directions 2014-04-11 13:28:24 -07:00
openstack-common.conf Import run_cross_tests.sh from oslo-incubator 2014-03-27 08:02:02 -07:00
requirements-py3.txt Require testrepository and other tools at runtime 2014-03-05 06:40:37 -08:00
requirements.txt Require testrepository and other tools at runtime 2014-03-05 06:40:37 -08:00
setup.cfg Rename oslo.test to oslotest 2014-02-18 07:17:31 -08:00
setup.py Updated from global requirements 2014-04-30 02:45:51 +00:00
test-requirements-py3.txt Sync new sphinx requirement spec 2014-05-27 05:14:39 -07:00
test-requirements.txt Sync new sphinx requirement spec 2014-05-27 05:14:39 -07:00
tox.ini Add test for moxstubout 2014-02-18 05:49:53 -08:00

README.rst

oslotest

OpenStack test framework and test fixtures

Cross-testing With Other Projects

The oslotest package can be cross-tested against its consuming projects to ensure that no changes to the library break the tests in those other projects.

In the Gate

Refer to the instructions in https://wiki.openstack.org/wiki/Oslo/UsingALibrary for setting up cross-test jobs in the gate.

Locally

To run the cross-tests locally, invoke the script directly, passing the path to the other source repository and the tox environment name to use:

$ cd oslo.test
$ ./tools/run_cross_tests.sh ~/repos/openstack/oslo.config py27