summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-02-29 09:57:24 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-02-29 09:58:00 +0100
commit0ad56edc752672d62576bef602449bcb7750743a (patch)
tree20d1a746b8fe618ff21c8909675bc792e13fe51d /utils
parentcd8d5bebfb6cea3a0341856bc7699baf4786074f (diff)
bug fix: installer field no more available in result object
Change-Id: I3562231f88ac16179d07e9a3a855f1dc114ada6d Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/test/result_collection_api/resources/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/test/result_collection_api/resources/models.py b/utils/test/result_collection_api/resources/models.py
index 8f7522226..6f9386208 100644
--- a/utils/test/result_collection_api/resources/models.py
+++ b/utils/test/result_collection_api/resources/models.py
@@ -167,6 +167,7 @@ class TestResult:
t.creation_date = str(test_result_dict.get('creation_date'))
t.details = test_result_dict.get('details')
t.version = test_result_dict.get('version')
+ t.installer = test_result_dict.get('installer')
t.build_tag = test_result_dict.get('build_tag')
return t