RETIRED, further work has moved to Debian project infrastructure
Go to file
OpenStack Proposal Bot 000c2b49ee Updated from global requirements
Change-Id: Ic3ed2c3d806ab8a4d62eaf1d567c585a1369fab3
2016-04-08 00:34:32 +00:00
doc/source Switch to using autogenerated ChangeLog in docs 2015-09-24 11:50:05 -04:00
releasenotes Add reno release notes to tempest-lib 2016-02-23 10:53:41 -05:00
tempest_lib Deprecation warning in tempest-lib 2016-02-24 17:02:10 +00:00
tools Make git log messsage to shorter 2015-11-25 17:32:35 +09:00
.coveragerc Change ignore-errors to ignore_errors 2015-09-21 14:56:08 +00:00
.gitignore Add reno release notes to tempest-lib 2016-02-23 10:53:41 -05:00
.gitreview Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
.mailmap Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
.testr.conf Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
CONTRIBUTING.rst Fix Bugs URL on CONTRIBUTING.rst 2015-11-24 12:07:37 +09:00
HACKING.rst Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
LICENSE Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
README.rst Add note to README about tempest-lib deprecation 2016-02-26 10:30:34 -05:00
babel.cfg Initial commit from cookiecutter 2014-08-27 22:52:05 -04:00
requirements.txt Updated from global requirements 2016-04-08 00:34:32 +00:00
setup.cfg Migrate idempotent id decortor and tooling from tempest 2015-08-25 17:48:31 -04:00
setup.py Updated from global requirements 2015-09-23 20:17:27 +00:00
test-requirements.txt Updated from global requirements 2016-04-08 00:34:32 +00:00
tox.ini Add reno release notes to tempest-lib 2016-02-23 10:53:41 -05:00

README.rst

tempest-lib

OpenStack Functional Testing Library

tempest-lib is a library of common functionality that was originally in tempest (or similar in scope to tempest)

As of the 1.0.0 release tempest-lib as a separate repository and project is deprecated. The library now exists as part of the tempest project, all future development will occur there. To use the library for future releases update your imports from tempest_lib to tempest.lib, and add tempest>=10 to your project requirements

Features

Some of the current functionality exposed from the library includes:

  • OpenStack python-* client CLI testing framework
  • subunit-trace: A output filter for subunit streams. Useful in conjunction

    with calling a test runner that emits subunit

  • A unified REST Client
  • Utility functions:
    • skip_because: Skip a test because of a bug
    • find_test_caller: Perform stack introspection to find the test caller.

      common methods