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:
Neil Lathwood
2017-04-15 03:50:43 +01:00
committed by Tony Murray
parent 808f27e760
commit d64a083141
5 changed files with 18 additions and 0 deletions

View File

@@ -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');