bug fix: installer field no more available in result object 89/10889/1
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 29 Feb 2016 08:57:24 +0000 (09:57 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Mon, 29 Feb 2016 08:58:00 +0000 (09:58 +0100)
Change-Id: I3562231f88ac16179d07e9a3a855f1dc114ada6d
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
utils/test/result_collection_api/resources/models.py

index 8f75222..6f93862 100644 (file)
@@ -167,6 +167,7 @@ class TestResult:
         t.creation_date = str(test_result_dict.get('creation_date'))\r
         t.details = test_result_dict.get('details')\r
         t.version = test_result_dict.get('version')\r
+        t.installer = test_result_dict.get('installer')\r
         t.build_tag = test_result_dict.get('build_tag')\r
 \r
         return t\r