diff --git a/html/images/os/ray.png b/html/images/os/ray.png new file mode 100644 index 0000000000..0d18333ee5 Binary files /dev/null and b/html/images/os/ray.png differ diff --git a/html/images/os/ray.svg b/html/images/os/ray.svg deleted file mode 100644 index d080a02626..0000000000 --- a/html/images/os/ray.svg +++ /dev/null @@ -1,2 +0,0 @@ - -Layer 1 \ No newline at end of file diff --git a/tests/SVGTest.php b/tests/SVGTest.php index 38e3bc02d7..3e40cca4c7 100644 --- a/tests/SVGTest.php +++ b/tests/SVGTest.php @@ -30,6 +30,11 @@ use RecursiveIteratorIterator; use RecursiveRegexIterator; use RegexIterator; +/** + * Class SVGTest + * @package LibreNMS\Tests + * @group os + */ class SVGTest extends TestCase { public function testSVGContainsPNG() diff --git a/tests/data/ray.json b/tests/data/ray.json index 62916d6286..0ef5fc2e45 100644 --- a/tests/data/ray.json +++ b/tests/data/ray.json @@ -32,7 +32,7 @@ "os": "ray", "type": "wireless", "serial": null, - "icon": "ray.svg" + "icon": "ray.png" } ] }, @@ -50,7 +50,7 @@ "os": "ray", "type": "wireless", "serial": "9879015", - "icon": "ray.svg" + "icon": "ray.png" } ] }