aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChayal, Avteet (ac229e) <ac229e@att.com>2019-05-13 13:59:15 +0000
committerChayal, Avteet (ac229e) <ac229e@att.com>2019-05-13 13:59:32 +0000
commit42caca752e9b1b805bf2f5c9305f45b0a125863c (patch)
tree66fd3f6e8acf72f0a97cf234357b8e566709a671
parentc46ef94c1b65b58646f20a3541c94ece28c2e0f0 (diff)
Fix to send num_solution as string to HASX1.3.0
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>
-rwxr-xr-xosdf/templates/conductor_interface.json2
-rw-r--r--test/placement-tests/request_placement_vfmod.json2
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
}