Merge "Fixed TD policies"
[optf/osdf.git] / test / placement-tests / request_placement_vfmod.json
index d9f620f..e4186d6 100644 (file)
@@ -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"
                     },
@@ -82,7 +86,7 @@
         },
         "homing_template_version": "2017-10-10"
     },
-    "num_solution": 100,
+    "num_solution": "100",
     "files": {},
     "timeout": 1200
 }