[Fusioninventory-commit] [fusinv/fusioninventory-agent] 74f3ec: drop non-adaptec samples

Guillaume Rousse guillomovitch at gmail.com
Thu May 3 18:36:10 UTC 2012


  Branch: refs/heads/2.2.x
  Home:   https://github.com/fusinv/fusioninventory-agent
  Commit: 74f3ec8f4075a24af7bff0d7951bbc60a9275c9a
      https://github.com/fusinv/fusioninventory-agent/commit/74f3ec8f4075a24af7bff0d7951bbc60a9275c9a
  Author: Guillaume Rousse <guillomovitch at gmail.com>
  Date:   2012-05-03 (Thu, 03 May 2012)

  Changed paths:
    M t/inventory/linux/storages/adaptec.t

  Log Message:
  -----------
  drop non-adaptec samples


diff --git a/t/inventory/linux/storages/adaptec.t b/t/inventory/linux/storages/adaptec.t
index ca154da..5d7c77c 100644
--- a/t/inventory/linux/storages/adaptec.t
+++ b/t/inventory/linux/storages/adaptec.t
@@ -7,19 +7,6 @@ use Test::More;
 use FusionInventory::Agent::Task::Inventory::Input::Linux::Storages::Adaptec;
 
 my %tests = (
-    linux1 => {
-        controller => 'scsi0',
-        name       => 'foo',
-        disks   => [
-            {
-                NAME         => 'foo',
-                MODEL        => 'SAMSUNG SSD PM80',
-                MANUFACTURER => 'Samsung',
-                FIRMWARE     => 'VBM2',
-                device       => '/dev/sg0'
-            }
-        ]
-    },
     linux2 => {
         controller => 'scsi0',
         name       => 'foo',
@@ -40,19 +27,6 @@ my %tests = (
             }
         ]
     },
-    linux3 => {
-        controller => 'scsi0',
-        name       => 'foo',
-        disks      => [
-            {
-                NAME         => 'foo',
-                MODEL        => 'UJDA782 DVD/CDRW',
-                MANUFACTURER => 'UJDA782 DVD/CDRW',
-                FIRMWARE     => 'VA13',
-                device       => '/dev/sg0'
-            },
-        ]
-    },
     linux4 => {
         controller => 'scsi0',
         name       => 'foo',


================================================================



More information about the Fusioninventory-commit mailing list