Add driver supported status to dict output format
Adding driver 'supported' status to the 'dict' output format of driver listing. Change-Id: I5ac1b151bd561991f12e4697b73fbbc3b8e5999b
This commit is contained in:
parent
b15e84f594
commit
d34cd5cbac
@ -112,7 +112,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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user