newdevice: Added detection and sensor support for EMC OneFS v8 (#6416)

* newdevice: Added detection and sensor support for EMC OneFS v8

* Improve discovery
This commit is contained in:
Neil Lathwood
2017-04-15 03:25:24 +01:00
committed by Tony Murray
parent 7f83148e80
commit d0c87400f3
9 changed files with 2212 additions and 0 deletions

View File

@@ -1283,6 +1283,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testOnefs()
{
$this->checkOS('onefs');
$this->checkOS('onefs', 'onefs-v8');
}
public function testOns()