summaryrefslogtreecommitdiff
path: root/run_tests.py
diff options
context:
space:
mode:
authorMorgan Jones <morgan@parelastic.com>2014-05-27 14:29:41 -0700
committerNikhil Manchanda <SlickNik@gmail.com>2014-08-14 17:25:42 -0700
commit86eacbeabc35cd870d55faad70c4549efb19a152 (patch)
tree45a19bdb8835553045e037fb1cd25949a0b422ed /run_tests.py
parentc9173f22e91c1f15179a8163b6c4748d53db4f0f (diff)
downloadtrove-86eacbeabc35cd870d55faad70c4549efb19a152.tar.gz
Mysql guest agent functionality for replication
Implement new strategy for replication Implement replication strategy for mysql binlog replication. Supporting methods in mysql service Implement API methods in mysql manager Define configuration settings for replication Co-authored by: Nikhil Manchanda <SlickNik@gmail.com> Co-authored by: Greg Lucas <glucas@tesora.com> Partially implements: blueprint replication-v1 Change-Id: I70f0b5c37fe3c2d42426029bb627c141965eb524
Diffstat (limited to 'run_tests.py')
-rw-r--r--run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/run_tests.py b/run_tests.py
index 7ed9d4bd..706ccef2 100644
--- a/run_tests.py
+++ b/run_tests.py
@@ -174,6 +174,7 @@ if __name__ == "__main__":
from trove.tests.api import instances_resize # noqa
from trove.tests.api import databases # noqa
from trove.tests.api import datastores # noqa
+ from trove.tests.api import replication # noqa
from trove.tests.api import root # noqa
from trove.tests.api import root_on_create # noqa
from trove.tests.api import users # noqa