Show the motherboard chipset

Registered by capitanfuturo

It should be possible to display the motherboard chipset using the lspci | grep 'Host bridge'. I try to add this method in the script

    def mobochipset(self):
        chipset = os.popen('lspci | grep \'Host bridge\'').read()

        return chipset[21:len(chipset)-1]

If you want I have 2 *.diff files with the changes.
Best regards

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
eloaders
Completed by
eloaders

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.