aboutsummaryrefslogtreecommitdiffstats
path: root/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json')
-rw-r--r--test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json25
1 files changed, 15 insertions, 10 deletions
diff --git a/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json b/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json
index d6ed353..3c487e8 100644
--- a/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json
+++ b/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json
@@ -1,10 +1,15 @@
-[
- {
- "cellId": "cell0",
- "pciValue": 0
- },
- {
- "cellId": "cell2",
- "pciValue": 2
- }
-] \ No newline at end of file
+{
+ "cellId": "cell1",
+ "nbrList": [
+ {
+ "targetCellId": "cell0",
+ "pciValue": 0,
+ "ho": true
+ },
+ {
+ "targetCellId": "cell2",
+ "pciValue": 2,
+ "ho": true
+ }
+ ]
+} \ No newline at end of file