refactor: Watchguard Fireware cleanup (#5015)

This commit is contained in:
Tony Murray
2016-11-18 17:46:30 -06:00
committed by Neil Lathwood
parent d389069e2e
commit c840f990cb
11 changed files with 7 additions and 46 deletions

View File

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