congress/congress/tests/api
Anusha Ramineni 1d3f4bfb50 Refactor datasource synchronizer
This commit adds the following :
1. Move datasource_synchronizer to seperate class
2. Moved add_datasource and delete_datasource to DSManagerService class
TODO(ramineni): move other datasource management related operations to
   DSManagerService class
3. Add support to sync single datasource
4. synchronizer to be started as part of DSManagerService to avoid running
synchronizer on non-datasource node.

Partially-Implements blueprint refactor-synchronizer
Change-Id: I643a0c299695a794469553cc5fb73e8d1bceec7d
2017-01-16 12:13:06 +05:30
..
__init__.py Make tests in test_webservice run 2014-07-16 14:08:32 -07:00
base.py Refactor datasource synchronizer 2017-01-16 12:13:06 +05:30
test_action_model.py Disable old DSE code 2016-08-10 12:18:48 -07:00
test_api_utils.py Check DB only to detect duplicate DS name on add 2016-09-22 13:50:26 -07:00
test_application.py Use python3 print, division, import 2016-01-20 15:31:02 -08:00
test_datasource_model.py Refactor datasource synchronizer 2017-01-16 12:13:06 +05:30
test_driver_model.py Refactor datasource synchronizer 2017-01-16 12:13:06 +05:30
test_error_codes.py Use python3 print, division, import 2016-01-20 15:31:02 -08:00
test_policy_model.py Fix check that policy-names are valid IDs in the grammar 2017-01-12 18:57:03 -08:00
test_row_model.py Fix check that policy-names are valid IDs in the grammar 2017-01-12 18:57:03 -08:00
test_rule_model.py Allow subscription before data service exists 2016-12-27 12:47:05 -08:00
test_schema_model.py Remove distributed_architecture flag 2016-09-05 11:03:13 +05:30
test_status_model.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-01-11 03:41:32 +00:00
test_table_model.py Fix check that policy-names are valid IDs in the grammar 2017-01-12 18:57:03 -08:00
test_versions.py Use python3 print, division, import 2016-01-20 15:31:02 -08:00
test_webservice.py Replaces uuid.uuid4 with uuidutils.generate_uuid() 2017-01-11 03:41:32 +00:00