diff options
author | romaingimbert <romain.gimbert@orange.com> | 2019-03-07 09:23:10 +0100 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2019-03-07 16:35:45 +0100 |
commit | d801fdc32a34621aed239f5429c55cda0344eac9 (patch) | |
tree | 0b94398131dc3b3b661f1e8e8f482020753abd2e /src/test/resources/mappings/so_get_e2e.json | |
parent | ea0c457917a9c6a2f53c0896a69ca132aa6ca9e8 (diff) |
Improve nbi status
-add components to check connectivity with onap (sdc, aai, so, dmaap)
-activate full status with ?fullStatus=true
-change test
-change mock tests folders
Change-Id: Iddcd7fce3c1b3b5abfea14c46b2f611f27057319
Issue-ID: EXTAPI-209
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'src/test/resources/mappings/so_get_e2e.json')
-rw-r--r-- | src/test/resources/mappings/so_get_e2e.json | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/test/resources/mappings/so_get_e2e.json b/src/test/resources/mappings/so_get_e2e.json deleted file mode 100644 index 530cd84..0000000 --- a/src/test/resources/mappings/so_get_e2e.json +++ /dev/null @@ -1,25 +0,0 @@ -{ -"request": { - "method": "GET", - "url": "/onap/so/infra/e2eServiceInstances/v3/serviceId/operations/operationId" - }, - "response": { - "status": 200, - "headers": { - "Content-Type": "application/json" - }, - "jsonBody": { - "operation": { - "operationId": "operationid", - "operation": "create", - "result": "finished", - "reason": "", - "userid": "", - "operationContent": "Creating E2E SOTN Service", - "progress": "100", - "operateAt": "", - "finishedAt": "" - } - } - } -} |