aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
authoraosull01 <adrian.osullivan@huawei.com>2018-09-19 16:30:18 +0100
committeraosull01 <adrian.osullivan@huawei.com>2018-09-19 16:30:18 +0100
commit8385036969ef8d3e5b0f6c9ef2c6750305d7a4de (patch)
tree26faa2f6506e6ffae2878ab38fa1215ed361a923 /src/test/resources
parent8f141d17f3ea7720df479f4ae51b5a2e169548cb (diff)
EXTAPI-150 Correct SO Paths
Issue-ID: EXTAPI-150 Change-Id: I488803bf97b427ee6e0324b427cbe202bd91b352 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/mappings/so_delete_service_instance.json4
-rw-r--r--src/test/resources/mappings/so_e2e_delete_service_instance.json2
-rw-r--r--src/test/resources/mappings/so_get_.json4
-rw-r--r--src/test/resources/mappings/so_get_e2e.json2
-rw-r--r--src/test/resources/mappings/so_get_e2e_delete.json2
-rw-r--r--src/test/resources/mappings/so_post_create_service_instance.json4
-rw-r--r--src/test/resources/mappings/so_post_e2e_create_service_instance.json2
7 files changed, 10 insertions, 10 deletions
diff --git a/src/test/resources/mappings/so_delete_service_instance.json b/src/test/resources/mappings/so_delete_service_instance.json
index 141b877..92a713d 100644
--- a/src/test/resources/mappings/so_delete_service_instance.json
+++ b/src/test/resources/mappings/so_delete_service_instance.json
@@ -1,7 +1,7 @@
{
"request": {
"method": "DELETE",
- "url": "/ecomp/mso/infra/serviceInstances/v6/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
+ "url": "/onap/so/infra/serviceInstantiation/v7/serviceInstances/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
},
"response": {
"status": 202,
@@ -15,4 +15,4 @@
}
}
}
-} \ No newline at end of file
+}
diff --git a/src/test/resources/mappings/so_e2e_delete_service_instance.json b/src/test/resources/mappings/so_e2e_delete_service_instance.json
index 0b0615c..ea7b446 100644
--- a/src/test/resources/mappings/so_e2e_delete_service_instance.json
+++ b/src/test/resources/mappings/so_e2e_delete_service_instance.json
@@ -1,7 +1,7 @@
{
"request": {
"method": "DELETE",
- "url": "/ecomp/mso/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
+ "url": "/onap/so/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb"
},
"response": {
"status": 202,
diff --git a/src/test/resources/mappings/so_get_.json b/src/test/resources/mappings/so_get_.json
index 6fc9c9c..a251e69 100644
--- a/src/test/resources/mappings/so_get_.json
+++ b/src/test/resources/mappings/so_get_.json
@@ -1,7 +1,7 @@
{
"request": {
"method": "GET",
- "url": "/ecomp/mso/infra/orchestrationRequests/v6/requestId"
+ "url": "/onap/so/infra/orchestrationRequests/v7/requestId"
},
"response": {
"status": 200,
@@ -17,4 +17,4 @@
}
}
}
-} \ No newline at end of file
+}
diff --git a/src/test/resources/mappings/so_get_e2e.json b/src/test/resources/mappings/so_get_e2e.json
index c79dd78..530cd84 100644
--- a/src/test/resources/mappings/so_get_e2e.json
+++ b/src/test/resources/mappings/so_get_e2e.json
@@ -1,7 +1,7 @@
{
"request": {
"method": "GET",
- "url": "/ecomp/mso/infra/e2eServiceInstances/v3/serviceId/operations/operationId"
+ "url": "/onap/so/infra/e2eServiceInstances/v3/serviceId/operations/operationId"
},
"response": {
"status": 200,
diff --git a/src/test/resources/mappings/so_get_e2e_delete.json b/src/test/resources/mappings/so_get_e2e_delete.json
index f6bc117..34247e0 100644
--- a/src/test/resources/mappings/so_get_e2e_delete.json
+++ b/src/test/resources/mappings/so_get_e2e_delete.json
@@ -1,7 +1,7 @@
{
"request": {
"method": "GET",
- "url": "/ecomp/mso/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb/operations/operationId"
+ "url": "/onap/so/infra/e2eServiceInstances/v3/e4688e5f-61a0-4f8b-ae02-a2fbde623bcb/operations/operationId"
},
"response": {
"status": 200,
diff --git a/src/test/resources/mappings/so_post_create_service_instance.json b/src/test/resources/mappings/so_post_create_service_instance.json
index 7724860..8d319f6 100644
--- a/src/test/resources/mappings/so_post_create_service_instance.json
+++ b/src/test/resources/mappings/so_post_create_service_instance.json
@@ -1,7 +1,7 @@
{
"request": {
"method": "POST",
- "url": "/ecomp/mso/infra/serviceInstances/v6"
+ "url": "/onap/so/infra/serviceInstantiation/v7/serviceInstances/"
},
"response": {
"status": 201,
@@ -15,4 +15,4 @@
}
}
}
-} \ No newline at end of file
+}
diff --git a/src/test/resources/mappings/so_post_e2e_create_service_instance.json b/src/test/resources/mappings/so_post_e2e_create_service_instance.json
index a5b7cce..a357bef 100644
--- a/src/test/resources/mappings/so_post_e2e_create_service_instance.json
+++ b/src/test/resources/mappings/so_post_e2e_create_service_instance.json
@@ -1,7 +1,7 @@
{
"request": {
"method": "POST",
- "url": "/ecomp/mso/infra/e2eServiceInstances/v3"
+ "url": "/onap/so/infra/e2eServiceInstances/v3"
},
"response": {
"status": 201,