61d067b037
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: Ic1cf3f4b0510d18961d3d15d7776aeeebb071193
31 lines
652 B
ReStructuredText
31 lines
652 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
|
|
|