Merge "Add driver supported status to dict output format"

This commit is contained in:
Jenkins 2017-03-27 20:58:49 +00:00 committed by Gerrit Code Review
commit a58cb0c693
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ def collect_driver_info(driver):
'version': driver.version,
'fqn': driver.class_fqn,
'description': driver.desc,
'ci_wiki_name': driver.ci_wiki_name}
'ci_wiki_name': driver.ci_wiki_name,
'supported': driver.supported}
return info