Go to file
Ken'ichi Ohmichi 85f7081d9d Migrated quotas_client and security_groups_client
This migrates the above files from tempest.
This includes tempest commits:

 * quotas_client.py         : I8087a7bf5e130778df9629065a8bfda8018fdbe0
 * security_groups_client.py: I88a43f44346671de5dfb759d07c4086cffa8d4d9

to see the commit history for these files refer to the above Change-Ids
in the tempest repository.

NOTE: reset_quotas() of quotas_client is different from the method
      naming rule, but is is the same as the api-site. So it is fine
      now.

Partially implements blueprint migrate-service-clients-to-tempest-lib

Change-Id: I559c7ec29d6cc85060d59b8b7714a669a277f217
2016-01-06 01:37:37 +00:00
2015-11-25 17:32:35 +09: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
2015-02-11 19:04:47 -05:00
2015-09-23 20:17:27 +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, further work has moved to Debian project infrastructure
Readme 832 KiB