# oslo.test **Repository Path**: openstack/oslo.test ## Basic Information - **Project Name**: oslo.test - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-05-07 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ========== oslotest ========== OpenStack test framework and test fixtures * Free software: Apache license * Documentation: http://docs.openstack.org/developer/oslotest 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