Skip to content

Commit

Permalink
add windows xp sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Mar 2, 2012
1 parent 08278ee commit fe77c9e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions t/inventory/generic/dmidecode/memory.t
Expand Up @@ -908,6 +908,28 @@ my %tests = (
MEMORYCORRECTION => 'None'
}
],
'windows-xppro' => [
{
NUMSLOTS => 1,
SERIALNUMBER => '14FA6621',
TYPE => 'DDR2',
SPEED => '800 MHz',
CAPTION => 'DIMM_A',
MEMORYCORRECTION => 'None',
DESCRIPTION => 'DIMM (None)',
CAPACITY => '2048'
},
{
NUMSLOTS => 2,
SERIALNUMBER => 'AEF96621',
TYPE => 'DDR2',
SPEED => '800 MHz',
CAPTION => 'DIMM_B',
MEMORYCORRECTION => 'None',
DESCRIPTION => 'DIMM (None)',
CAPACITY => '2048'
}
],
'windows-hyperV' => [
{
NUMSLOTS => 1,
Expand Down

0 comments on commit fe77c9e

Please sign in to comment.