Add generator plugin to generate slice profile 82/111982/3
authorkrishnaa96 <krishna.moorthy6@wipro.com>
Tue, 1 Sep 2020 06:46:01 +0000 (12:16 +0530)
committerkrishnaa96 <krishna.moorthy6@wipro.com>
Fri, 11 Sep 2020 14:19:58 +0000 (19:49 +0530)
commit62fa0a68bb9f15ada092bd8362d629ac6cc0a5b7
treec6b9010915aa0c4753bdb369fafd19cf9738ecdd
parentf7a27497dd184da6259ea8bd87c3c704df519923
Add generator plugin to generate slice profile

Issue-ID: OPTFRA-802
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I4dac19a11c560fbf193da46601b938a11a8f5aeb
14 files changed:
conductor/conductor/controller/translator_utils.py
conductor/conductor/data/plugins/inventory_provider/candidates/candidate.py
conductor/conductor/data/plugins/inventory_provider/candidates/slice_profiles_candidate.py [new file with mode: 0644]
conductor/conductor/data/plugins/inventory_provider/generator.py
conductor/conductor/data/plugins/inventory_provider/utils/aai_utils.py
conductor/conductor/tests/unit/data/plugins/inventory_provider/gen_demand_list.json [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/generated_candidates.json
conductor/conductor/tests/unit/data/plugins/inventory_provider/nsi_candidate.json
conductor/conductor/tests/unit/data/plugins/inventory_provider/nssi_candidate.json
conductor/conductor/tests/unit/data/plugins/inventory_provider/resolved_demands_gen.json [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/slice_profile_converted.json
conductor/conductor/tests/unit/data/plugins/inventory_provider/test_candidates.py [new file with mode: 0644]
conductor/conductor/tests/unit/data/plugins/inventory_provider/test_generator.py
conductor/conductor/tests/unit/solver/optimizer/constraints/test_threshold.py