Merge "Fixed TD policies"
[optf/osdf.git] / test / placement-tests / request_placement_vfmod.json
index 4233416..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"
                     },
                 "service_type": "vFW-SINK-XX",
                 "excluded_candidates": [{
                     "inventory_type": "vfmodule",
-                    "candidate_id": ["e765d576-8755-4145-8536-0bb6d9b1dc9a"]
+                    "candidate_id": "e765d576-8755-4145-8536-0bb6d9b1dc9a"
                 }]
             }],
             "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"
     },
-    "limit": 100,
+    "num_solution": "100",
     "files": {},
     "timeout": 1200
-}
\ No newline at end of file
+}