RETIRED, A library to assist in creating functional or integrated test suites for OpenStack projects.
Go to file
Lukas Piwowarski deb2bd5191 Create tox environment to build pdf documentation
This patch enables building .pdf documentation using new 'pdf-docs'
tox environment. The newly created tox environment creates latex
source codes using sphinx-build and then builds the pdf
documentation using make.

Change-Id: I50d9bfe287e3f02991fdc2e24449d7385c5a8326
Task: 35473
2020-09-10 09:52:05 +02:00
doc Create tox environment to build pdf documentation 2020-09-10 09:52:05 +02: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 OpenDev Migration Patch 2019-04-19 19:34:05 +00: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 Create tox environment to build pdf documentation 2020-09-10 09:52:05 +02: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 Create tox environment to build pdf documentation 2020-09-10 09:52:05 +02: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