diff options
Diffstat (limited to 'test/functest/simulators/configdb/response-payloads/getNbrList-cell23.json')
-rw-r--r-- | test/functest/simulators/configdb/response-payloads/getNbrList-cell23.json | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/test/functest/simulators/configdb/response-payloads/getNbrList-cell23.json b/test/functest/simulators/configdb/response-payloads/getNbrList-cell23.json index de582eb..ac3bf6f 100644 --- a/test/functest/simulators/configdb/response-payloads/getNbrList-cell23.json +++ b/test/functest/simulators/configdb/response-payloads/getNbrList-cell23.json @@ -1,6 +1,10 @@ -[ - { - "cellId": "cell24", - "pciValue": 0 - } -]
\ No newline at end of file +{ + "cellId": "cell23", + "nbrList": [ + { + "targetCellId": "cell24", + "pciValue": 0, + "ho": true + } + ] +}
\ No newline at end of file |