diff options
author | Varma, Vikas <vv8305@att.com> | 2018-09-19 18:38:26 -0400 |
---|---|---|
committer | Varma, Vikas <vv8305@att.com> | 2018-09-20 07:33:49 -0400 |
commit | e7199cef05b7bad04f3ec2b7815423d5d07aa642 (patch) | |
tree | e8ed1dc8ea851b31ba228ca5295ca74ab7d27a12 /test/pci-optimization-tests | |
parent | 6ae89d5df37c626d7bd6f1fcf94571e718f10b02 (diff) |
Disabling policy retrieval for pci opt
Fixing the pci optimization response.
Disable policy retrieval until the policies are loaded.
Fix merge issues with optfapp.py
Change-Id: I2acb82aac1cd6d154abf37f58755016bc377e475
Signed-off-by: Varma, Vikas <vv8305@att.com>
Issue-ID: OPTFRA-342
Diffstat (limited to 'test/pci-optimization-tests')
-rw-r--r-- | test/pci-optimization-tests/request.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/pci-optimization-tests/request.json b/test/pci-optimization-tests/request.json index 79c98c3..7ec9ab5 100644 --- a/test/pci-optimization-tests/request.json +++ b/test/pci-optimization-tests/request.json @@ -14,9 +14,7 @@ "cellInfo": { "networkId": "1000", "cellIdList": [ - { - "cellId": "cell0" - } + "cell0" ] } }
\ No newline at end of file |