From 10a737d3bdf81f2c68e5a693cdc3427b075ff548 Mon Sep 17 00:00:00 2001 From: kurczews Date: Thu, 20 Sep 2018 11:44:24 +0200 Subject: Fix simulator preset After Portal API update simulator preset needs to be updated Issue-ID: VID-313 Change-Id: I960fed36f0bbc82bc6b3a2b2e01d9b22322b5719 Signed-off-by: kurczews --- .../general/ecompportal_getSessionSlotCheckInterval.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vid-ext-services-simulator/src') diff --git a/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json b/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json index a43092ef9..cc7f76c5f 100644 --- a/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json +++ b/vid-ext-services-simulator/src/main/resources/preset_registration/general/ecompportal_getSessionSlotCheckInterval.json @@ -2,7 +2,7 @@ { "simulatorRequest": { "method": "GET", - "path": "/ecompportal_att/auxapi//getSessionSlotCheckInterval" + "path": "/ONAPPORTAL/auxapi/v[0-9]+/getSessionSlotCheckInterval" }, "simulatorResponse": { "responseCode": 200, @@ -12,7 +12,7 @@ { "simulatorRequest": { "method": "POST", - "path": "/ecompportal_att/auxapi//extendSessionTimeOuts" + "path": "/ONAPPORTAL/auxapi//extendSessionTimeOuts" }, "simulatorResponse": { "responseCode": 200, @@ -22,7 +22,7 @@ { "simulatorRequest": { "method": "GET", - "path": "/ecompportal_att/auxapi/context/get_user" + "path": "/ONAPPORTAL/auxapi/context/get_user" }, "simulatorResponse": { "responseCode": 200, -- cgit 1.2.3-korg