add some tests
This commit is contained in:
parent
0763c62c03
commit
cb3ce6506f
3 changed files with 593 additions and 2 deletions
|
@ -2,10 +2,10 @@ import netbox_agent.dmidecode as dmidecode
|
|||
from netbox_agent.config import config
|
||||
from netbox_agent.logging import logging # NOQA
|
||||
from netbox_agent.vendors.dell import DellHost
|
||||
from netbox_agent.vendors.generic import GenericHost
|
||||
from netbox_agent.vendors.hp import HPHost
|
||||
from netbox_agent.vendors.qct import QCTHost
|
||||
from netbox_agent.vendors.supermicro import SupermicroHost
|
||||
from netbox_agent.vendors.generic import GenericHost
|
||||
|
||||
MANUFACTURERS = {
|
||||
'Dell Inc.': DellHost,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue