From 86eacbeabc35cd870d55faad70c4549efb19a152 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Tue, 27 May 2014 14:29:41 -0700 Subject: 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 Co-authored by: Greg Lucas Partially implements: blueprint replication-v1 Change-Id: I70f0b5c37fe3c2d42426029bb627c141965eb524 --- run_tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'run_tests.py') 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 -- cgit v1.2.1