From e7199cef05b7bad04f3ec2b7815423d5d07aa642 Mon Sep 17 00:00:00 2001 From: "Varma, Vikas" Date: Wed, 19 Sep 2018 18:38:26 -0400 Subject: 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 Issue-ID: OPTFRA-342 --- test/pci-optimization-tests/request.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/pci-optimization-tests/request.json') 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 -- cgit 1.2.3-korg