File: testing.rst

package info (click to toggle)
python-oslotest 1%3A4.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 412 kB
  • sloc: python: 970; sh: 95; makefile: 21
file content (30 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=======
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