From d204a1beca161d43e9b4a90e513723932e9a4eb1 Mon Sep 17 00:00:00 2001 From: theherodied Date: Tue, 8 May 2018 00:28:21 -0400 Subject: [PATCH] Change Dell iDrac from Server to Appliance (#8642) * Change HPE iLO from Appliance to Server * reverted ilo to appliance, set idrac to appliance * Added OS test data --- includes/definitions/drac.yaml | 2 +- tests/data/drac.json | 38 ++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/includes/definitions/drac.yaml b/includes/definitions/drac.yaml index 18b7e89f58..63d1a80bb3 100644 --- a/includes/definitions/drac.yaml +++ b/includes/definitions/drac.yaml @@ -1,7 +1,7 @@ os: drac text: 'Dell DRAC' icon: dell -type: server +type: appliance mib_dir: - dell discovery: diff --git a/tests/data/drac.json b/tests/data/drac.json index fa32a3a4b4..3ee1b2eb0c 100644 --- a/tests/data/drac.json +++ b/tests/data/drac.json @@ -2066,5 +2066,43 @@ ] }, "poller": "matches discovery" + }, + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.674.10892.5", + "sysDescr": "Dell Out-of-band SNMP Agent for Remote Access Controller", + "sysContact": null, + "version": null, + "hardware": "", + "features": null, + "location": null, + "os": "drac", + "type": "appliance", + "serial": null, + "icon": "dell.svg" + } + ] + }, + "poller": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.674.10892.5", + "sysDescr": "Dell Out-of-band SNMP Agent for Remote Access Controller", + "sysContact": "", + "version": null, + "hardware": "", + "features": null, + "location": "", + "os": "drac", + "type": "appliance", + "serial": null, + "icon": "dell.svg" + } + ] + } } }