congress/congress/tests
Anusha Ramineni 82a708abcf Loads all available drivers by default
This commit loads all datasources drivers by default without the need
of config option. The config option 'drivers' would be deprecated as it
is required to update manually on newly supported drivers for each release
and also error prone.

To disable any of the drivers, can be disabled using the config option
'disabled_drivers'

For example,
disabled_drivers = plexxi, murano

TODO: Support disabled_drivers option to disable the datasource drivers

Partially-Implements blueprint enable-drivers-by-default
Change-Id: I5f9878d07c2e1487f8f14f7cd1948560327d8083
2018-03-27 11:54:10 +05:30
..
api Loads all available drivers by default 2018-03-27 11:54:10 +05:30
cfg_validator Stubs the loading of namespace in config-agent unit tests. 2018-02-21 15:45:40 +01:00
common Fix test mocking and disable ceilometer tempest test 2017-10-30 17:08:34 -07:00
datalog Builtins for configuration file validation 2017-12-05 18:18:09 +01:00
datasources Make tenant_name as optional config option 2018-03-22 14:14:34 +05:30
db DB operations retry on deadlock 2018-02-07 11:46:23 -08:00
dse2 Loads all available drivers by default 2018-03-27 11:54:10 +05:30
etc Add test loading policy files into library 2017-08-11 15:44:32 -07:00
haht eventlet workaround to avoid import cycle issue 2018-02-01 18:47:01 -08:00
library_service Fix policy item schema to enforce max length on fields 2017-07-31 18:31:52 -07:00
policy_engines Incorrect exception in case of empty string 2018-03-22 04:30:47 +00:00
__init__.py eventlet workaround to avoid import cycle issue 2018-02-01 18:47:01 -08:00
base.py Removes unnecessary utf-8 encoding 2017-02-27 19:38:03 -08:00
base_rpc.py Agent for configuration file validation 2017-12-05 18:17:59 +01:00
datasources.conf Added per-datasource configuration 2014-08-15 12:28:07 -07:00
fake_datasource.py Remove deepsix reference in datasource drivers 2016-09-01 04:01:57 +00:00
fake_policy.py Use python3 print, division, import 2016-01-20 15:31:02 -08:00
fake_wsgi.py Use python3 print, division, import 2016-01-20 15:31:02 -08:00
helper.py Loads all available drivers by default 2018-03-27 11:54:10 +05:30
policy_fixture.py Move policy into code 2017-12-05 11:36:20 -08:00
test_auth.py Use python3 print, division, import 2016-01-20 15:31:02 -08:00
test_benchmark_updates.py Merge "Check DB only to detect duplicate DS name on add" 2016-10-06 21:10:20 +00:00
test_config.py use - instead of _ in cli opts 2016-08-30 14:36:55 -07:00
test_congress.py Remove neutron driver 2018-03-15 13:15:36 -07:00
test_server.py Launch Congress with distributed_architecture flag is true 2016-05-13 04:49:37 +00:00
test_utils.py return prettified input rule string in rule insert 2017-07-18 21:46:23 +00:00