Andrey Pavlov 9f5ff0847a Migrate ssh.py from tempest
This commit migrates the ssh common module from tempest. This module
provides a wrapper around paramiko to provide ssh connectivity to
a remote server for testing.

At the time of this migration commit the latest Change-Id for
the module was:

 * tempest/common/ssh.py: Ia0de957b681cb924a57af98d99a9389ee234ed5b

Change-Id: Iad5ffbfe18690f1b6f178dde31a8ec0d0666c815
2015-04-20 19:37:10 +00:00
2015-04-20 19:37:10 +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-04-20 19:37:10 +00:00
2015-02-09 16:22:39 +00:00
2014-12-12 22:22:14 +00:00
2015-03-25 10:20:33 -04: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