mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: Watchguard Fireware cleanup (#5015)
This commit is contained in:
committed by
Neil Lathwood
parent
d389069e2e
commit
c840f990cb
@@ -540,8 +540,8 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
|
||||
public function testFireware()
|
||||
{
|
||||
$this->checkOS('fireware', 'fireware-xtm');
|
||||
$this->checkOS('fireware', 'fireware-fbx');
|
||||
$this->checkOS('fireware', 'fireware-m400');
|
||||
$this->checkOS('fireware', 'fireware-xtm26w');
|
||||
}
|
||||
|
||||
public function testFlareos()
|
||||
@@ -1378,12 +1378,6 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('waas');
|
||||
}
|
||||
|
||||
public function testWatchguard()
|
||||
{
|
||||
$this->checkOS('firebox');
|
||||
$this->checkOS('firebox', 'firebox1');
|
||||
}
|
||||
|
||||
public function testWebpower()
|
||||
{
|
||||
$this->checkOS('webpower');
|
||||
|
Reference in New Issue
Block a user