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/getCellList-1000.json | 1 + .../configdb/response-payloads/getNbrList-cell0.json | 10 ++++++++++ .../configdb/response-payloads/getNbrList-cell1.json | 10 ++++++++++ .../configdb/response-payloads/getNbrList-cell2.json | 10 ++++++++++ 4 files changed, 31 insertions(+) create mode 100644 test/functest/simulators/configdb/response-payloads/getCellList-1000.json create mode 100644 test/functest/simulators/configdb/response-payloads/getNbrList-cell0.json create mode 100644 test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json create mode 100644 test/functest/simulators/configdb/response-payloads/getNbrList-cell2.json (limited to 'test/functest/simulators/configdb') diff --git a/test/functest/simulators/configdb/response-payloads/getCellList-1000.json b/test/functest/simulators/configdb/response-payloads/getCellList-1000.json new file mode 100644 index 0000000..df23f6e --- /dev/null +++ b/test/functest/simulators/configdb/response-payloads/getCellList-1000.json @@ -0,0 +1 @@ +["cell0","cell1","cell2"] \ No newline at end of file diff --git a/test/functest/simulators/configdb/response-payloads/getNbrList-cell0.json b/test/functest/simulators/configdb/response-payloads/getNbrList-cell0.json new file mode 100644 index 0000000..e0986d8 --- /dev/null +++ b/test/functest/simulators/configdb/response-payloads/getNbrList-cell0.json @@ -0,0 +1,10 @@ +[ + { + "cellId": "cell1", + "pciValue": 1 + }, + { + "cellId": "cell2", + "pciValue": 2 + } +] \ No newline at end of file diff --git a/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json b/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json new file mode 100644 index 0000000..d6ed353 --- /dev/null +++ b/test/functest/simulators/configdb/response-payloads/getNbrList-cell1.json @@ -0,0 +1,10 @@ +[ + { + "cellId": "cell0", + "pciValue": 0 + }, + { + "cellId": "cell2", + "pciValue": 2 + } +] \ No newline at end of file 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