summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/tests/unit/data/plugins/inventory_provider/nsi_demand_list.json
diff options
context:
space:
mode:
authordhebeha <dhebeha.mj71@wipro.com>2020-08-24 19:50:43 +0530
committerdhebeha mj <dhebeha.mj71@wipro.com>2020-09-01 07:36:42 +0000
commit11f579c76967eec1c4959ba02dbdfc6f19575a84 (patch)
treedae98f32711d544b2c541bcf6ad6c750436aaafe /conductor/conductor/tests/unit/data/plugins/inventory_provider/nsi_demand_list.json
parent58926cce98f4c590a98e042c94c7ea0ddeff4672 (diff)
Add support for NSI candidate
Issue-ID: OPTFRA-802 Signed-off-by: dhebeha <dhebeha.mj71@wipro.com> Change-Id: Ibcc6760e6cc80a507a2ea2efab7088e1f09f5672
Diffstat (limited to 'conductor/conductor/tests/unit/data/plugins/inventory_provider/nsi_demand_list.json')
-rw-r--r--conductor/conductor/tests/unit/data/plugins/inventory_provider/nsi_demand_list.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/conductor/conductor/tests/unit/data/plugins/inventory_provider/nsi_demand_list.json b/conductor/conductor/tests/unit/data/plugins/inventory_provider/nsi_demand_list.json
new file mode 100644
index 0000000..7f48042
--- /dev/null
+++ b/conductor/conductor/tests/unit/data/plugins/inventory_provider/nsi_demand_list.json
@@ -0,0 +1,17 @@
+{
+ "embb_nst": [{
+ "inventory_provider": "aai",
+ "inventory_type": "nsi",
+ "unique": "true",
+ "filtering_attributes": {
+ "model-version-id": "67ea363e-e39c-4bd9-a9d5-1371c28f4d22",
+ "model-invariant-id": "51e57d4b-52ad-4d3c-a798-248b5bb9124a",
+ "orchestration-status": "active",
+ "service-role": "nsi",
+ "environment-context": "shared"
+ },
+ "default_attributes": {
+ "creation-cost": 1
+ }
+ }]
+}