The bulk of the documentation was coming from README.rst, probably too much, so I moved it to it's own file under docs. Change-Id: Iec30feae9c152af7d8b6a1b79670b3f0149d2360
655 B
655 B
Testing
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