Unit test for RootController and V1Controller 81/31281/2
authorDileep Ranganathan <dileep.ranganathan@intel.com>
Sat, 10 Feb 2018 20:00:18 +0000 (12:00 -0800)
committerDileep Ranganathan <dileep.ranganathan@intel.com>
Sun, 11 Feb 2018 23:26:26 +0000 (23:26 +0000)
commit1c260cbd69b7e0e34c01dae57c19ce713bbf3277
tree63330e5e103585eb2646b6663830949aea6c2552
parentf55f488b69b97ab4bfba039b01aad97563e7c065
Unit test for RootController and V1Controller

Addedd unit tests for RootController and V1Controller
Updated tox.ini to support coverage

Change-Id: I3adf9d2268776382ff1f067857947af9718c9ac8
Issue-ID: OPTFRA-68
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
conductor/conductor/tests/unit/api/base_api.py
conductor/conductor/tests/unit/api/controller/__init__.py [new file with mode: 0644]
conductor/conductor/tests/unit/api/controller/test_root.py [new file with mode: 0644]
conductor/conductor/tests/unit/api/controller/v1/__init__.py [new file with mode: 0644]
conductor/conductor/tests/unit/api/controller/v1/test_v1_root.py [new file with mode: 0644]
conductor/conductor/tests/unit/api/controller/versions.json [new file with mode: 0644]
conductor/tox.ini