newdevice: Added support for Fujitsu NAS devices #5309 (#5816)

This commit is contained in:
Neil Lathwood
2017-02-09 08:14:40 +00:00
committed by GitHub
parent d2d8b05987
commit 585a4a6736
3 changed files with 17 additions and 0 deletions

View File

@@ -389,6 +389,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('ceraos');
}
public function testCelvin()
{
$this->checkOS('celvin');
}
public function testCimc()
{
$this->checkOS('cimc');