aboutsummaryrefslogtreecommitdiffstats
path: root/test/pci-optimization-tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/pci-optimization-tests')
-rw-r--r--test/pci-optimization-tests/fixed_pci.json42
-rw-r--r--test/pci-optimization-tests/pci_anr_request.json29
-rw-r--r--test/pci-optimization-tests/request.json6
3 files changed, 74 insertions, 3 deletions
diff --git a/test/pci-optimization-tests/fixed_pci.json b/test/pci-optimization-tests/fixed_pci.json
new file mode 100644
index 0000000..0038d04
--- /dev/null
+++ b/test/pci-optimization-tests/fixed_pci.json
@@ -0,0 +1,42 @@
+{
+
+ "requestInfo": {
+
+ "transactionId": "xxx-xxx-xxxx",
+
+ "requestId": "yyy-yyy-yyyy",
+
+ "callbackUrl": "https://wiki.onap.org:5000/callbackUrl/",
+
+ "sourceId": "SO",
+
+ "requestType": "create",
+
+ "numSolutions": 1,
+
+ "optimizers": [
+
+ "pci-anr"
+
+ ],
+
+ "timeout": 600
+
+ },
+
+ "cellInfo": {
+
+ "networkId": "netw2000",
+
+ "cellIdList": [
+
+ "cell0"
+
+ ],
+
+ "fixedPCICells": ["cell21","cell22"],
+ "anrInputList": [{"cellId": "cell20", "removeableNeighbors" :["cell23"]}],
+ "trigger": "NbrListChange"
+ }
+
+}
diff --git a/test/pci-optimization-tests/pci_anr_request.json b/test/pci-optimization-tests/pci_anr_request.json
new file mode 100644
index 0000000..34e2409
--- /dev/null
+++ b/test/pci-optimization-tests/pci_anr_request.json
@@ -0,0 +1,29 @@
+{
+ "requestInfo": {
+ "transactionId": "xxx-xxx-xxxx",
+ "requestId": "yyy-yyy-yyyy",
+ "callbackUrl": "https://wiki.onap.org:5000/callbackUrl/",
+ "sourceId": "SO",
+ "requestType": "create",
+ "numSolutions": 1,
+ "optimizers": [
+ "pci-anr"
+ ],
+ "timeout": 600
+ },
+ "cellInfo": {
+ "networkId": "netw2000",
+ "cellIdList": [
+ "cell20"
+ ]
+ },
+ "anrInputList": [
+ {
+ "cellId": "cell20",
+ "removeableNeighbors": [
+ "cell23"
+ ]
+ }
+ ],
+ "trigger": "NbrListChange"
+} \ No newline at end of file
diff --git a/test/pci-optimization-tests/request.json b/test/pci-optimization-tests/request.json
index 7ec9ab5..a8eb4f6 100644
--- a/test/pci-optimization-tests/request.json
+++ b/test/pci-optimization-tests/request.json
@@ -7,14 +7,14 @@
"requestType": "create",
"numSolutions": 1,
"optimizers": [
- "placement"
+ "pci"
],
"timeout": 600
},
"cellInfo": {
- "networkId": "1000",
+ "networkId": "netw1000",
"cellIdList": [
"cell0"
]
}
-} \ No newline at end of file
+}