rally/tests/unit/verification
Yair Fried b2142102a1 Adds support for multiple tempest sources
Will now create "tempest-base" dir for each remote source.
On repo creation, will search existing directories for matching remote. If none
exits, will create a new directory

old:

 _ .rally/tempest
 |_base -> clone from source to here
 |_ ...for-deployment-<UUID1> -> copy from tempest base
 |_ ...for-deployment-<UUID2> -> copy from tempest base

new:

 _ .rally/tempest
 |_base
 ||_ tempest_base-<rand suffix specific for source> -> clone from source
 ||                                                    to here
 ||_ tempest_base-<rand suffix 2>
 |_ ...for-deployment-<UUID1> -> copy from relevant tempest_base
 |_ ...for-deployment-<UUID2> -> copy from relevant tempest_base

Change-Id: Ib9e697a2553c3e412892722653a817c3f83b481f
2015-02-09 18:06:36 +02:00
..
__init__.py Reorganize test module structure 2014-10-07 13:50:40 +00:00
fake_log.xml Refactoring structure of rally/verification 2015-01-02 05:35:50 -08:00
fakes.py Replace ' with " in tests/unit/verification 2015-02-04 11:06:47 -06:00
test_compare2html.py Replace ' with " in tests/unit/verification 2015-02-04 11:06:47 -06:00
test_config.py Replace ' with " in tests/unit/verification 2015-02-04 11:06:47 -06:00
test_diff.py Replace ' with " in tests/unit/verification 2015-02-04 11:06:47 -06:00
test_json2html.py Refactoring structure of rally/verification 2015-01-02 05:35:50 -08:00
test_tempest.py Adds support for multiple tempest sources 2015-02-09 18:06:36 +02:00