Fix to send num_solution as string to HASX 65/87565/1 1.3.0
authorChayal, Avteet (ac229e) <ac229e@att.com>
Mon, 13 May 2019 13:59:15 +0000 (13:59 +0000)
committerChayal, Avteet (ac229e) <ac229e@att.com>
Mon, 13 May 2019 13:59:32 +0000 (13:59 +0000)
Fix to send num_solution as string to HAS

Issue-ID: OPTFRA-497
Change-Id: I5fe509330ccb9e1c97b92ae44cec919ada0f8594
Signed-off-by: Chayal, Avteet (ac229e) <ac229e@att.com>
osdf/templates/conductor_interface.json
test/placement-tests/request_placement_vfmod.json

index 04ed29f..030d6a0 100755 (executable)
@@ -2,7 +2,7 @@
   "name": "{{ name }}",
   "files": {},
   "timeout": {{ timeout }},
-  "num_solution": {{ limit }},
+  "num_solution": "{{ limit }}",
   "template": {
     "homing_template_version": "2017-10-10",
     "parameters": {
index d9f620f..db5a38f 100644 (file)
@@ -82,7 +82,7 @@
         },
         "homing_template_version": "2017-10-10"
     },
-    "num_solution": 100,
+    "num_solution": "100",
     "files": {},
     "timeout": 1200
 }