Skip to content

Commit

Permalink
drop non-adaptec samples
Browse files Browse the repository at this point in the history
  • Loading branch information
guillomovitch committed May 15, 2012
1 parent 3accc43 commit 21b1108
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions t/inventory/linux/storages/adaptec.t
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 21b1108

Please sign in to comment.