Dont crash if vendor other than HP

This commit is contained in:
Cyril Levis 2020-08-26 17:36:30 +02:00
parent 6e0d05e838
commit 0215aeaaa9
No known key found for this signature in database
GPG key ID: 8538D68543979A20
3 changed files with 3 additions and 3 deletions

View file

@ -92,4 +92,4 @@ class DellHost(ServerBase):
Say if the device can host an extension card based
on the product name
"""
raise NotImplementedError
pass

View file

@ -46,4 +46,4 @@ class GenericHost(ServerBase):
Say if the device can host an extension card based
on the product name
"""
raise NotImplementedError
pass

View file

@ -89,4 +89,4 @@ class SupermicroHost(ServerBase):
Say if the device can host an extension card based
on the product name
"""
raise NotImplementedError
pass