aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vid/resources/simulators/test_data_assets/requests.json
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2019-04-18 11:21:50 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2019-04-18 12:38:37 +0200
commit867288fc5ce094fb70b85ec40ad9a1e33428238a (patch)
tree6b1565f2515a765ea5f78d3985c4c7eef102c76b /tests/vid/resources/simulators/test_data_assets/requests.json
parenta6795420765b4455dbc761bfc4a70ecb457693ad (diff)
changing simulator and endpoints for change management testing
Change-Id: I18d92c130181f6440cf2b68cfd864de686833c67 Issue-ID: VID-462 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Diffstat (limited to 'tests/vid/resources/simulators/test_data_assets/requests.json')
-rw-r--r--tests/vid/resources/simulators/test_data_assets/requests.json25
1 files changed, 24 insertions, 1 deletions
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