drydock/tests/unit
Scott Hussey d12ef71f9f Refactor orchestrator
Refactor orchestrator to break large
monolithic functions into small functions
per action.

- Update orchestrator to match new statemgmt API
- Pull most code out of __init__.py files
- Create action classes for Orchestrator actions
- Create action classes for Driver actions
- Orchestrator consumes tasks from database queue
- Additional encapsulation of task functionality into Task class
- Create shared integration test fixtures
- Fix Sphinx entrypoint so package install works
- Disable bootdata API until BootAction implementation
- Bring codebase into PEP8 compliance
- Update documentation reflect code changes
- Mark SQL #nosec for bandit

Change-Id: Id9a7bdedcdd5bbf07aeabbdb52db0f0b71f1e4a4
2017-10-26 15:00:39 -05:00
..
test_apienforcer.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_auth_middleware.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_design_inheritance.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_drydock_client.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_ingester.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_ingester_rack_model.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_ingester_yaml.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_maasdriver_calculate_bytes.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_models.py Refactor orchestrator 2017-10-26 15:00:39 -05:00
test_policy_engine.py Refactor orchestrator 2017-10-26 15:00:39 -05:00