diff options
author | Vikas Varma <vikas.varma@att.com> | 2021-07-28 03:15:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-07-28 03:15:23 +0000 |
commit | 572c5eb2e52be9f5ff7614e49edea86e81d6d2b9 (patch) | |
tree | f4458c45c7c8780c2e48b829204751856edd1206 /test/pci-optimization-tests | |
parent | 5bf5017b3ac211436cdb61f04c89acf96b5cdd6f (diff) | |
parent | f90e03c6a749ee25df3ac74355981861d59160d0 (diff) |
Merge "Add cps client to PCI app"
Diffstat (limited to 'test/pci-optimization-tests')
-rw-r--r-- | test/pci-optimization-tests/fixed_pci.json | 2 | ||||
-rw-r--r-- | test/pci-optimization-tests/pci_anr_request.json | 2 | ||||
-rw-r--r-- | test/pci-optimization-tests/request.json | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/test/pci-optimization-tests/fixed_pci.json b/test/pci-optimization-tests/fixed_pci.json index 8bd159e..0038d04 100644 --- a/test/pci-optimization-tests/fixed_pci.json +++ b/test/pci-optimization-tests/fixed_pci.json @@ -26,7 +26,7 @@ "cellInfo": { - "networkId": "2000", + "networkId": "netw2000", "cellIdList": [ diff --git a/test/pci-optimization-tests/pci_anr_request.json b/test/pci-optimization-tests/pci_anr_request.json index e8947b1..34e2409 100644 --- a/test/pci-optimization-tests/pci_anr_request.json +++ b/test/pci-optimization-tests/pci_anr_request.json @@ -12,7 +12,7 @@ "timeout": 600 }, "cellInfo": { - "networkId": "2000", + "networkId": "netw2000", "cellIdList": [ "cell20" ] diff --git a/test/pci-optimization-tests/request.json b/test/pci-optimization-tests/request.json index 517ee10..a8eb4f6 100644 --- a/test/pci-optimization-tests/request.json +++ b/test/pci-optimization-tests/request.json @@ -12,9 +12,9 @@ "timeout": 600 }, "cellInfo": { - "networkId": "1000", + "networkId": "netw1000", "cellIdList": [ "cell0" ] } -}
\ No newline at end of file +} |