From cbd15d952dfb6ad9b95b0da18472a8c4d0794989 Mon Sep 17 00:00:00 2001 From: Eylon Malin Date: Sun, 15 Sep 2019 08:57:28 +0300 Subject: change operational-environment-type on operational-environments query Issue-ID: VID-637 Signed-off-by: Eylon Malin Change-Id: Ia9340269dd6a4a6616a6fdbfe166eea0731490de --- .../environment/get_operational_environments_aai.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vid-ext-services-simulator') diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json b/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json index a793f7cf7..e49150ee5 100644 --- a/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json +++ b/vid-ext-services-simulator/src/main/resources/preset_registration/environment/get_operational_environments_aai.json @@ -134,7 +134,7 @@ "method": "GET", "path": "/aai/v../cloud-infrastructure/operational-environments", "queryParams": { - "operational-environment-type": "ONAP" + "operational-environment-type": "ECOMP" } }, "simulatorResponse": { @@ -144,7 +144,7 @@ { "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ec", "operational-environment-name": "operational_environment_ec", - "operational-environment-type": "ONAP", + "operational-environment-type": "ECOMP", "operational-environment-status": "ACTIVE", "tenant-context": "ECOMP Test", "workload-context": "ECOMP_Development", @@ -153,7 +153,7 @@ { "operational-environment-id": "f07ca256-96dd-40ad-b4d2-7a77e2a974ed", "operational-environment-name": "operational_environment_ed", - "operational-environment-type": "ONAP", + "operational-environment-type": "ECOMP", "operational-environment-status": "ACTIVE", "tenant-context": "ECOMP Test", "workload-context": "ECOMP_Development", -- cgit 1.2.3-korg