mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added basic detection for Tandberg Magnum tape units (#6421)
* newdevice: Added basic detection for Tandberg Magnum tape units * Tandberg icon to svg
This commit is contained in:
committed by
Tony Murray
parent
808f27e760
commit
d64a083141
@@ -1087,6 +1087,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('macosx', 'macosx-sierra');
|
||||
}
|
||||
|
||||
public function testMagnum()
|
||||
{
|
||||
$this->checkOS('magnum');
|
||||
}
|
||||
|
||||
public function testMaipu()
|
||||
{
|
||||
$this->checkOS('mypoweros');
|
||||
|
||||
Reference in New Issue
Block a user