spiperac

Results 1 comments of spiperac

@ldfalcon17 You can add results into custom field like: ``` result = tr.result() result.test = test result.status = test_status result.comment = test_comment .... result._content['platform'] = 'linux' # Custom parameter ```