diff options
author | vrvarma <vv8305@att.com> | 2019-04-12 00:46:37 -0400 |
---|---|---|
committer | vrvarma <vv8305@att.com> | 2019-04-12 00:48:49 -0400 |
commit | e1f6d80752920a7ef990134f02abb3db9b5a6232 (patch) | |
tree | 5232b24e83948e1a0c6093e7cf182bd140750050 /test/pci-optimization-tests | |
parent | 75f7a15a5a14af434e0e8430fcec880106d64dbf (diff) |
Updating code for pci-anr optimization calls
Include pci-anr minizinc model
Refactor the code to handle pci & pci-anr optimizations
Fix pytest unit test cases
Change-Id: I59eba39850a90e5aaf45f0e2de1881ebb5a9d5d8
Signed-off-by: vrvarma <vv8305@att.com>
Issue-ID: OPTFRA-416
Signed-off-by: vrvarma <vv8305@att.com>
Diffstat (limited to 'test/pci-optimization-tests')
-rw-r--r-- | test/pci-optimization-tests/pci_anr_request.json | 29 | ||||
-rw-r--r-- | test/pci-optimization-tests/request.json | 2 |
2 files changed, 30 insertions, 1 deletions
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..e8947b1 --- /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": "2000", + "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..517ee10 100644 --- a/test/pci-optimization-tests/request.json +++ b/test/pci-optimization-tests/request.json @@ -7,7 +7,7 @@ "requestType": "create", "numSolutions": 1, "optimizers": [ - "placement" + "pci" ], "timeout": 600 }, |