~sylvain-pineau/checkbox/fix-1450113

« back to all changes in this revision

Viewing changes to checkbox-support/checkbox_support/parsers/udevadm.py

  • Committer: Sylvain Pineau
  • Author(s): Sylvain Pineau
  • Date: 2016-02-09 10:51:23 UTC
  • mfrom: (4208.2.1 launchpad/fix-1308702)
  • Revision ID: sylvain_pineau-20160209105123-vwvx41u75sbf5u1t
"automatic merge of lp:~sylvain-pineau/checkbox/fix-1308702/ by tarmac [r=pwlars][bug=1308702][author=sylvain-pineau]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
800
800
        if device.bus == "acpi":
801
801
            return True
802
802
 
 
803
        # Ignore virtual devices created by Dell iDRAC manager
 
804
        # See pad.lv/1308702
 
805
        if device.vendor == "iDRAC":
 
806
            return True
 
807
 
803
808
        return False
804
809
 
805
810
    def getAttributes(self, path):