From d801fdc32a34621aed239f5429c55cda0344eac9 Mon Sep 17 00:00:00 2001 From: romaingimbert Date: Thu, 7 Mar 2019 09:23:10 +0100 Subject: 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 --- .../mappings/aai/aai_get_customer_generic.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/test/resources/mappings/aai/aai_get_customer_generic.json (limited to 'src/test/resources/mappings/aai/aai_get_customer_generic.json') diff --git a/src/test/resources/mappings/aai/aai_get_customer_generic.json b/src/test/resources/mappings/aai/aai_get_customer_generic.json new file mode 100644 index 0000000..9194687 --- /dev/null +++ b/src/test/resources/mappings/aai/aai_get_customer_generic.json @@ -0,0 +1,18 @@ +{ + "request": { + "method": "GET", + "url": "/aai/v14/business/customers/customer/generic" + }, + "response": { + "status": 200, + "jsonBody": { + "global-customer-id": "generic", + "subscriber-name": "generic", + "subscriber-type": "BSS", + "resource-version": "1518595364087" + }, + "headers": { + "Content-Type": "application/json" + } + } +} -- cgit 1.2.3-korg