diff options
author | Ankitkumar Patel <ankit@research.att.com> | 2018-03-25 19:27:39 -0400 |
---|---|---|
committer | Ankitkumar Patel <ankit@research.att.com> | 2018-03-25 19:31:24 -0400 |
commit | bc1d288ac29c3c9bf968cea5ac2d95b8bcd67eae (patch) | |
tree | e7dc43bd3bc59ab1855263c4a61832966283025c /test/placement-tests/request.json | |
parent | ed70b5c6d6589e4e1ce80229612ea5b680736c4c (diff) |
Update the policy adaptor and related testcases
Generalized the policy adaptor code by removing homing specific logic.
Issue-ID: OPTFRA-27
Change-Id: I331030a2f3f5c0c17af1a72af9794131555a9217
Signed-off-by: Ankitkumar Patel <ankit@research.att.com>
Diffstat (limited to 'test/placement-tests/request.json')
-rw-r--r-- | test/placement-tests/request.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/placement-tests/request.json b/test/placement-tests/request.json index c4cb31f..d9b16ca 100644 --- a/test/placement-tests/request.json +++ b/test/placement-tests/request.json @@ -11,6 +11,7 @@ }, "placementInfo": { "requestParameters": { "customerLatitude": 32.89748, "customerLongitude": -97.040443, "customerName": "xyz" }, + "subscriberInfo": {"globalSubscriberId": "xxx-xx-xxx", "subscriberName": "subscriber_x"}, "placementDemands": [ { "resourceModuleName": "vGMuxInfra", |