diff options
Diffstat (limited to 'test/pci-optimization-tests')
-rw-r--r-- | test/pci-optimization-tests/request.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/pci-optimization-tests/request.json b/test/pci-optimization-tests/request.json new file mode 100644 index 0000000..79c98c3 --- /dev/null +++ b/test/pci-optimization-tests/request.json @@ -0,0 +1,22 @@ +{ + "requestInfo": { + "transactionId": "xxx-xxx-xxxx", + "requestId": "yyy-yyy-yyyy", + "callbackUrl": "https://wiki.onap.org:5000/callbackUrl/", + "sourceId": "SO", + "requestType": "create", + "numSolutions": 1, + "optimizers": [ + "placement" + ], + "timeout": 600 + }, + "cellInfo": { + "networkId": "1000", + "cellIdList": [ + { + "cellId": "cell0" + } + ] + } +}
\ No newline at end of file |