diff options
author | Vikas Varma <vikas.varma@att.com> | 2020-05-05 14:08:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-05 14:08:34 +0000 |
commit | 1b493a741b87880181a027fe102d295fcbd6f7cb (patch) | |
tree | 132c4156fc5c3360a5e180ee351d6bbcdaa444bf /test/pci-optimization-tests | |
parent | 070488fcb919b2cdffca8a3739b0f9abbb9414f4 (diff) | |
parent | e07bb7a6bce3fa331c3e556395663dd77bc02676 (diff) |
Merge "Change to support PCI unchangeable cells"
Diffstat (limited to 'test/pci-optimization-tests')
-rw-r--r-- | test/pci-optimization-tests/fixed_pci.json | 42 |
1 files changed, 42 insertions, 0 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..8bd159e --- /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": "2000", + + "cellIdList": [ + + "cell0" + + ], + + "fixedPCICells": ["cell21","cell22"], + "anrInputList": [{"cellId": "cell20", "removeableNeighbors" :["cell23"]}], + "trigger": "NbrListChange" + } + +} |