andreaf 5e02b8b6e4 Migrated auth.py and related unit tests from tempest
Migrated auth.py, test_auth.py, fake_credentials.py, fake_identity.py,
fake_http.py from tempest, as well as the EndpointNotFound exception.

This migrates the above files from tempest. This latest Change-Ids of each file at
the time of this migration of each fare the following:

 * auth.py                              : If5a889be5826d60bf61dbb84661a5896cb094875
 * tests/test_auth.py             : Iedcd2fa7713409743b1b4b9f460481608796d491
 * tests/fake_credentials.py : If5a889be5826d60bf61dbb84661a5896cb094875
 * tests/fake_identity.py       : Ie405ba6a71d29258e99d2f0b68afb013a9619e9b
 * tests/fake_http.py            : I8f14cd2ca6afc38d3fe8ee758272071111022896

to see the commit history for these files refer to the above sha1s in the tempest repository

Change-Id: I073d728a2cbf2f6ddde0a8629cc53eccbe3d6d8f
2015-03-19 14:20:58 +00:00
2014-08-27 22:52:05 -04:00
2014-08-27 22:52:05 -04:00
2014-08-27 22:52:05 -04:00
2014-08-27 22:52:05 -04:00
2014-08-27 22:52:05 -04:00
2014-08-27 22:52:05 -04:00
2014-08-27 22:52:05 -04:00
2014-08-27 22:52:05 -04:00
2014-08-28 23:00:38 -04:00
2015-02-11 19:04:47 -05:00
2015-02-09 16:22:39 +00:00
2014-12-12 22:22:14 +00:00

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)

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

Description
RETIRED, A library to assist in creating functional or integrated test suites for OpenStack projects.
Readme 3.2 MiB