
The run_cross_tests.sh script was renamed to oslo_run_cross_tests in a recent change. Update the documentation to reflect that. Change-Id: Id16ea9e77e8771758d23c7f39dc3e664df4728e6
31 lines
657 B
ReStructuredText
31 lines
657 B
ReStructuredText
=========
|
|
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/oslo_run_cross_tests ~/repos/openstack/oslo.config py27
|
|
|