diff options
Diffstat (limited to 'test/placement-tests')
-rw-r--r-- | test/placement-tests/request_placement_vfmod.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/placement-tests/request_placement_vfmod.json b/test/placement-tests/request_placement_vfmod.json index db5a38f..e4186d6 100644 --- a/test/placement-tests/request_placement_vfmod.json +++ b/test/placement-tests/request_placement_vfmod.json @@ -33,7 +33,9 @@ "demands": { "vFW-SINK": [{ "attributes": { - "global-customer-id": "Demonstration", + "global-customer-id": { + "get_param": "chosen_customer_id" + }, "cloud-region-id": { "get_param": "chosen_region" }, @@ -56,7 +58,9 @@ }], "vPGN": [{ "attributes": { - "global-customer-id": "Demonstration", + "global-customer-id": { + "get_param": "chosen_customer_id" + }, "cloud-region-id": { "get_param": "chosen_region" }, |