From 276119f2d54b2e8f49b8595ecfcc6545aeb77fef Mon Sep 17 00:00:00 2001 From: "Varma, Vikas" Date: Wed, 19 Sep 2018 00:39:03 -0400 Subject: Initial checkin for pci optimization code Change-Id: I6fe8ad471f8ad68a964664b910f02bd8a9766639 Signed-off-by: Varma, Vikas Issue-ID: OPTFRA-342 --- .../configdb/response-payloads/getNbrList-cell2.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/functest/simulators/configdb/response-payloads/getNbrList-cell2.json (limited to 'test/functest/simulators/configdb/response-payloads/getNbrList-cell2.json') diff --git a/test/functest/simulators/configdb/response-payloads/getNbrList-cell2.json b/test/functest/simulators/configdb/response-payloads/getNbrList-cell2.json new file mode 100644 index 0000000..1ea80be --- /dev/null +++ b/test/functest/simulators/configdb/response-payloads/getNbrList-cell2.json @@ -0,0 +1,10 @@ +[ + { + "cellId": "cell0", + "pciValue": 0 + }, + { + "cellId": "cell1", + "pciValue": 1 + } +] \ No newline at end of file -- cgit 1.2.3-korg