Model candidates to be object oriented 59/110859/3
authordhebeha <dhebeha.mj71@wipro.com>
Mon, 3 Aug 2020 17:24:34 +0000 (22:54 +0530)
committerdhebeha <dhebeha.mj71@wipro.com>
Wed, 12 Aug 2020 13:31:06 +0000 (19:01 +0530)
commit001ec676cf4f0c47890d0370c129680a242f907d
tree680c2f0127c65caffda9190d1cbfa24a9af64b94
parentd4a139af684ef72bda2d988098b24285ff350daf
Model candidates to be object oriented

Issue-ID: OPTFRA-822
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: Ia04b4c5f4594dd40843e9d32f6fbdcd2f93cef06
conductor/conductor/data/plugins/inventory_provider/aai.py
conductor/conductor/data/plugins/inventory_provider/candidates/candidate.py [new file with mode: 0644]
conductor/conductor/data/plugins/inventory_provider/candidates/cloud_candidate.py [new file with mode: 0644]
conductor/conductor/data/plugins/inventory_provider/candidates/service_candidate.py [new file with mode: 0644]
conductor/conductor/data/plugins/inventory_provider/candidates/transport_candidate.py [new file with mode: 0644]
conductor/conductor/data/plugins/inventory_provider/candidates/vfmodule_candidate.py [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/test_aai.py