octavia/octavia/tests/unit/controller/worker/tasks
Brandon Logan 0c80a3bff1 Get noop drivers to function within flows
The noop drivers suffered from not being updated and just not being tested
with being called within flows like normal real op drivers.  This gets the noop
drivers to succeed when called liked other drivers.  They do not do anything
and will return fake information whenever it is required they return data.
This can be improved later so that they actually do their own data store, but
that would require a much larger update and I'm not sure there's much value
in it.

Change-Id: I2627ed35c0f576f8cfa258b542e5bdb4be03dac8
Closes-Bug: #1501190
2015-09-30 02:28:56 -05:00
..
__init__.py Implements Octavia Controller Worker 2015-04-29 21:34:07 +00:00
test_amphora_driver_tasks.py Adding amphora failover flows 2015-09-09 06:04:47 +00:00
test_cert_task.py Use 2 years for validity period for generated amphora certs 2015-07-22 19:58:29 +00:00
test_compute_tasks.py Get noop drivers to function within flows 2015-09-30 02:28:56 -05:00
test_controller_tasks.py Adding Python 3.4 Compatibility and Tox Check 2015-06-23 18:18:17 +00:00
test_database_tasks.py Fix the delete health monitor flow 2015-07-07 20:19:38 +00:00
test_model_tasks.py Update unit tests for mock changes 2015-07-15 15:58:22 -07:00
test_network_tasks.py Adding amphora failover flows 2015-09-09 06:04:47 +00:00