Metadata-Version: 2.0
Name: oslotest
Version: 1.1.0.0a1
Summary: OpenStack test framework
Home-page: http://launchpad.net/oslo
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Requires-Dist: discover
Requires-Dist: fixtures (>=0.3.14)
Requires-Dist: python-subunit (>=0.0.18)
Requires-Dist: testrepository (>=0.0.18)
Requires-Dist: testscenarios (>=0.4)
Requires-Dist: testtools (>=0.9.34)
Requires-Dist: mock (>=1.0)
Requires-Dist: mox (>=0.5.3)

==========
 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



