diff options
author | Amrith Kumar <amrith@tesora.com> | 2016-10-10 20:27:50 -0400 |
---|---|---|
committer | Amrith Kumar <amrith@tesora.com> | 2016-10-10 20:30:05 -0400 |
commit | 490492b9670ad0958319a8f1c7bfcdf2813d502c (patch) | |
tree | 497aabbcdc13560b0144bdd36e98ad748f45c14c /integration/tests | |
parent | b120be1772f2416730ea1066782bf0813ca2dd1a (diff) | |
download | trove-490492b9670ad0958319a8f1c7bfcdf2813d502c.tar.gz |
beginning to change trove-integration
This commit changes trove-integration and the artifacts that were
brought over from that repository and brings them into the trove
repository.
The things (specifically) done in this commit are:
1. get rid of .gitreview; this is no longer a repository of its own,
it is a part of the trove repository.
2. Update the readme (README.md)
3. Make the elements work in this directory structure
4. Rename the elements and get rid of the name 'reddwarf', change the
name redstack to trovestack
5. Refactor all scripts and make them reflect the new directory
structure.
Change-Id: Iae67fe231b6c7964ca3f31fc593fc9fa4111d5be
Diffstat (limited to 'integration/tests')
-rw-r--r-- | integration/tests/integration/int_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/tests/integration/int_tests.py b/integration/tests/integration/int_tests.py index e8f00fc4..f0930561 100644 --- a/integration/tests/integration/int_tests.py +++ b/integration/tests/integration/int_tests.py @@ -136,7 +136,7 @@ def import_tests(): # trove.tests.int_tests module from trove.tests import int_tests - # Groups defined in trove-integration, or any other externally + # Groups defined in trove/integration, or any other externally # defined groups can be registered here heavy_black_box_groups = [ "dbaas.api.instances.pagination", |