From 42caca752e9b1b805bf2f5c9305f45b0a125863c Mon Sep 17 00:00:00 2001 From: "Chayal, Avteet (ac229e)" Date: Mon, 13 May 2019 13:59:15 +0000 Subject: Fix to send num_solution as string to HASX Fix to send num_solution as string to HAS Issue-ID: OPTFRA-497 Change-Id: I5fe509330ccb9e1c97b92ae44cec919ada0f8594 Signed-off-by: Chayal, Avteet (ac229e) --- osdf/templates/conductor_interface.json | 2 +- test/placement-tests/request_placement_vfmod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osdf/templates/conductor_interface.json b/osdf/templates/conductor_interface.json index 04ed29f..030d6a0 100755 --- a/osdf/templates/conductor_interface.json +++ b/osdf/templates/conductor_interface.json @@ -2,7 +2,7 @@ "name": "{{ name }}", "files": {}, "timeout": {{ timeout }}, - "num_solution": {{ limit }}, + "num_solution": "{{ limit }}", "template": { "homing_template_version": "2017-10-10", "parameters": { diff --git a/test/placement-tests/request_placement_vfmod.json b/test/placement-tests/request_placement_vfmod.json index d9f620f..db5a38f 100644 --- a/test/placement-tests/request_placement_vfmod.json +++ b/test/placement-tests/request_placement_vfmod.json @@ -82,7 +82,7 @@ }, "homing_template_version": "2017-10-10" }, - "num_solution": 100, + "num_solution": "100", "files": {}, "timeout": 1200 } -- cgit 1.2.3-korg