diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2019-05-09 12:05:11 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2019-05-09 12:06:20 +0200 |
commit | 20d7c2fe2b814e36f3eeeeb2ebb6105c97cfa8b4 (patch) | |
tree | d310ba54153f658bdb50d0fec1563dfed6b67120 /test/policy-local-files/QueryPolicy_vFW_TD.json | |
parent | c46ef94c1b65b58646f20a3541c94ece28c2e0f0 (diff) |
Fixed TD policies
Fixed TD policies after result of pair-wise testing
Change-Id: I47eb4fb4bef4fac42989770dfab8361d33ccdc5c
Issue-ID: OPTFRA-443
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'test/policy-local-files/QueryPolicy_vFW_TD.json')
-rw-r--r-- | test/policy-local-files/QueryPolicy_vFW_TD.json | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/policy-local-files/QueryPolicy_vFW_TD.json b/test/policy-local-files/QueryPolicy_vFW_TD.json index dcf7439..8866635 100644 --- a/test/policy-local-files/QueryPolicy_vFW_TD.json +++ b/test/policy-local-files/QueryPolicy_vFW_TD.json @@ -12,12 +12,14 @@ "queryProperties": [ {"attribute":"customerLatitude", "attribute_location": "customerLatitude", "value": 1.1}, {"attribute":"customerLongitude", "attribute_location": "customerLongitude", "value": 2.2}, - {"attribute":"chosen_region", "attribute_location": "chosenRegion"} + {"attribute":"chosen_region", "attribute_location": "chosenRegion"}, + {"attribute":"chosen_customer_id", "attribute_location": "chosenCustomerId"} ], "policyScope": [ - "TD", - "vFW-SINK", - "vPGN" + "td", + "us", + "vFW-SINK", + "vPGN" ], "policyType": "request_param_query", "serviceName": "vFW_TD", |