From 867288fc5ce094fb70b85ec40ad9a1e33428238a Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 18 Apr 2019 11:21:50 +0200 Subject: changing simulator and endpoints for change management testing Change-Id: I18d92c130181f6440cf2b68cfd864de686833c67 Issue-ID: VID-462 Signed-off-by: Bartosz Gardziejewski --- .../simulators/test_data_assets/requests.json | 25 +++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'tests/vid/resources/simulators/test_data_assets/requests.json') diff --git a/tests/vid/resources/simulators/test_data_assets/requests.json b/tests/vid/resources/simulators/test_data_assets/requests.json index e94d26a6..5344ada9 100644 --- a/tests/vid/resources/simulators/test_data_assets/requests.json +++ b/tests/vid/resources/simulators/test_data_assets/requests.json @@ -10,7 +10,7 @@ }, { "method": "GET", - "path": "/aai/v../business/customers/customer/MSO_1610_ST", + "path": "/aai/v13/business/customers/customer/CAR_2020_ER", "queryParams": { "depth": "2" } @@ -28,6 +28,29 @@ "queryParams": { "vnfModelVersionId": "103b4a1b-4a15-4559-a019-1ff132180c7c" } + }, + { + "method": "GET", + "path": "/aai/v13/business/customers", + "queryParams": { + "subscriber-type": "INFRA", + "depth": "0" + } + }, + { + "method": "GET", + "path": "/aai/v13/service-design-and-creation/models", + "queryParams": { + "depth": "2", + "model-invariant-id": "88a71d72-ec80-4357-808e-f288823cb353" + } + }, + { + "method": "GET", + "path": "/orchestrationRequests/v6", + "queryParams": { + "filter": "modelType:EQUALS:vnf" + } } ] } \ No newline at end of file -- cgit 1.2.3-korg