newdevice: Added support for Dell PowerConnect 6024

This commit is contained in:
Neil Lathwood
2016-11-14 08:28:55 +00:00
parent 8841eece94
commit 5b3283d572
4 changed files with 10 additions and 1 deletions

View File

@@ -1049,6 +1049,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('poweralert');
}
public function testPowerconnect()
{
$this->checkOS('powerconnect');
}
public function testPowervault()
{
$this->checkOS('powervault');