Add NSSI candidate 16/111516/6
authordhebeha <dhebeha.mj71@wipro.com>
Fri, 21 Aug 2020 07:27:41 +0000 (12:57 +0530)
committerdhebeha <dhebeha.mj71@wipro.com>
Tue, 1 Sep 2020 07:08:26 +0000 (12:38 +0530)
commit58926cce98f4c590a98e042c94c7ea0ddeff4672
tree8e4b7e5a8d9010cdb09bdef388fbd8cd1154a8a8
parent8e23179dd67da6517382369d579e62f2435d02c8
Add NSSI candidate
   -Add generic flow for NxI candidate
   -Add default attributes

Issue-ID: OPTFRA-801
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Change-Id: I869ebcd35d4c2436676868b26006ca991b34e538
15 files changed:
conductor/conductor/controller/translator.py
conductor/conductor/data/plugins/inventory_provider/aai.py
conductor/conductor/data/plugins/inventory_provider/candidates/candidate.py
conductor/conductor/data/plugins/inventory_provider/candidates/nxi_candidate.py [new file with mode: 0644]
conductor/conductor/data/plugins/inventory_provider/utils/aai_utils.py [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/first_level_filter.json [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/nssi_candidate.json
conductor/conductor/tests/unit/data/plugins/inventory_provider/nssi_demand_list.json [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/nssi_response.json
conductor/conductor/tests/unit/data/plugins/inventory_provider/slice_profile.json [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/slice_profile_converted.json [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/test_aai.py
conductor/conductor/tests/unit/data/plugins/inventory_provider/test_aai_utils.py [new file with mode: 0644]
conductor/conductor/tests/unit/solver/optimizer/constraints/test_threshold.py
conductor/tox.ini