0c1374c143f1639c181423b0cd7886d4d75d8673

We are migrating service client code from Tempest, and we need to migrate files under different pathes in a single patch. However, current migrating script handles them as the same path and we could not use the script for the migration. This patch changes the script for keeping original pathes of source files. Change-Id: Id42692aea4b7e132f49dbfe9a0a6551fa2a56770
tempest-lib
OpenStack Functional Testing Library
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/tempest-lib
- Source: http://git.openstack.org/cgit/openstack/tempest-lib
- Bugs: http://bugs.launchpad.net/tempest
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