From 20d7c2fe2b814e36f3eeeeb2ebb6105c97cfa8b4 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Thu, 9 May 2019 12:05:11 +0200 Subject: Fixed TD policies Fixed TD policies after result of pair-wise testing Change-Id: I47eb4fb4bef4fac42989770dfab8361d33ccdc5c Issue-ID: OPTFRA-443 Signed-off-by: Lukasz Rajewski --- test/placement-tests/request_placement_vfmod.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/placement-tests/request_placement_vfmod.json') diff --git a/test/placement-tests/request_placement_vfmod.json b/test/placement-tests/request_placement_vfmod.json index d9f620f..21b9268 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" }, -- cgit 1.2.3-korg