summaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json
diff options
context:
space:
mode:
authorvrvarma <vv8305@att.com>2019-05-24 16:36:10 -0400
committervrvarma <vv8305@att.com>2019-05-24 16:36:21 -0400
commita3439d6e4ae7b518484a589abebc761122a336bf (patch)
tree217582cf561a8498be564ffd941c7c4f85956b33 /test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json
parentb6d3f10fa850af99edbf3476b465ae68902d8d11 (diff)
Fix the oof-osdf to configdb interface bugs1.3.1
Change-Id: I41ce7210f108195a83a35db46094e27a88f239fb Signed-off-by: vrvarma <vv8305@att.com> Issue-ID: OPTFRA-508
Diffstat (limited to 'test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json')
-rw-r--r--test/functest/simulators/configdb/response-payloads/getNbrList-cell20.json34
1 files changed, 20 insertions, 14 deletions
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