os-collect-config/os_collect_config/tests
Dan Prince b6364df3e5 Add support for Zaqar websockets
This patch adds a new zaqar.use_websockets option which if set to True
in the config file will configure the Zaqar collector to use
the websocket transport instead of wsgi. This can be more efficient
where you want to avoid the continuous polling of o-c-c and instead
just listen on the websocket that is subscribed to a queue.

Like other collectors each iteration creates a new socket object. This
allows us to use the normal re-exec logic in o-c-c and thus gives
the option to re-configure the agent in the future to use other types
of collectors. We could (optionally) look into a higher level option in
the future that would allow o-c-c to avoid re-exec'ing and thus re-use
the same websocket for multiple sets of metadata.

Depends-On: Ia2a8deb599252d8308e44d595eb2bf443999aaad
Change-Id: Id5c7ed590df776844b6c7961eb40f89206cd24e0
2016-11-30 21:12:47 -05:00
..
__init__.py Fix tests for rename. 2013-06-26 13:08:42 -07:00
test_cache.py Replace assertEqual(None, *) with assertIsNone in tests 2016-01-04 19:41:10 +05:30
test_cfn.py Use TEST-NET-1 for unit tests, not 127.0.0.1 2016-10-12 12:16:52 +13:00
test_collect.py ec2 collector attempt config-drive before metadata server 2016-10-13 09:38:29 +13:00
test_config_drive.py ec2 collector attempt config-drive before metadata server 2016-10-13 09:38:29 +13:00
test_ec2.py ec2 collector attempt config-drive before metadata server 2016-10-13 09:38:29 +13:00
test_heat_local.py Drop use of 'oslo' namespace package 2015-05-06 18:45:17 +00:00
test_heat.py Use TEST-NET-1 for unit tests, not 127.0.0.1 2016-10-12 12:16:52 +13:00
test_keystone.py Use TEST-NET-1 for unit tests, not 127.0.0.1 2016-10-12 12:16:52 +13:00
test_local.py Drop use of 'oslo' namespace package 2015-05-06 18:45:17 +00:00
test_merger.py Refactor merging out of cfn collector 2015-06-15 09:14:29 +12:00
test_request.py Use TEST-NET-1 for unit tests, not 127.0.0.1 2016-10-12 12:16:52 +13:00
test_zaqar.py Add support for Zaqar websockets 2016-11-30 21:12:47 -05:00