From a3439d6e4ae7b518484a589abebc761122a336bf Mon Sep 17 00:00:00 2001 From: vrvarma Date: Fri, 24 May 2019 16:36:10 -0400 Subject: Fix the oof-osdf to configdb interface bugs Change-Id: I41ce7210f108195a83a35db46094e27a88f239fb Signed-off-by: vrvarma Issue-ID: OPTFRA-508 --- .../response-payloads/getNbrList-cell20.json | 34 +++++++++++++--------- 1 file changed, 20 insertions(+), 14 deletions(-) (limited to 'test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json') diff --git a/test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json b/test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json index 86c7d2c..d4e754f 100644 --- a/test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json +++ b/test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json @@ -1,14 +1,20 @@ -[ - { - "cellId": "cell21", - "pciValue": 0 - }, - { - "cellId": "cell22", - "pciValue": 1 - }, - { - "cellId": "cell23", - "pciValue": 2 - } -] \ No newline at end of file +{ + "cellId": "cell20", + "nbrList": [ + { + "targetCellId": "cell21", + "pciValue": 0, + "ho": true + }, + { + "targetCellId": "cell22", + "pciValue": 1, + "ho": true + }, + { + "targetCellId": "cell23", + "pciValue": 2, + "ho": true + } + ] +} \ No newline at end of file -- cgit 1.2.3-korg