FusionInventory-Agent
view release on metacpan or search on metacpan
resources/esx-4.1.0-1/RetrieveProperties.soap view on Meta::CPAN
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<RetrievePropertiesResponse xmlns="urn:vim25"><returnval><obj type="HostSystem">ha-host</obj><propSet><name>availableField</name><val xsi:type="ArrayOfCustomFieldDef"></val></propSet><propSet><name>capability</name><val xsi:type="HostCapability"><rec...
</soapenv:Body>
</soapenv:Envelope>
resources/generic/lspci/dell-xt2 view on Meta::CPAN
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub [8086:2a40] (rev 07)
Subsystem: Dell Device [1028:0252]
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information: Len=0a <?>
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07) (prog-if 00 [VGA controller])
Subsystem: Dell Device [1028:0252]
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at f6c00000 (64-bit, non-prefetchable) [size=4M]
Memory at e0000000 (64-bit, prefetchable) [size=256M]
I/O ports at ef98 [size=8]
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 3
resources/linux/hal/dell-xt2 view on Meta::CPAN
info.product = 'Direct Rendering Manager Device' (string)
info.subsystem = 'drm' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2a42_drm__null__controlD64' (string)
info.vendor = 'Intel Corporation' (string)
linux.device_file = '/dev/dri/controlD64' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'drm' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:02.0/drm/controlD64' (string)
udi = '/org/freedesktop/Hal/devices/pci_8086_2a40'
info.linux.driver = 'agpgart-intel' (string)
info.parent = '/org/freedesktop/Hal/devices/computer' (string)
info.product = 'Mobile 4 Series Chipset Memory Controller Hub' (string)
info.subsystem = 'pci' (string)
info.udi = '/org/freedesktop/Hal/devices/pci_8086_2a40' (string)
info.vendor = 'Intel Corporation' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'pci' (string)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:00.0' (string)
pci.device_class = 6 (0x6) (int)
pci.device_protocol = 0 (0x0) (int)
t/agent/tools/generic.t view on Meta::CPAN
);
my %lspci_tests = (
'dell-xt2' => [
{
PCICLASS => '0600',
NAME => 'Host bridge',
MANUFACTURER => 'Intel Corporation Mobile 4 Series Chipset Memory Controller Hub',
REV => '07',
PCIID => '8086:2a40',
DRIVER => 'agpgart',
PCISLOT => '00:00.0',
PCISUBSYSTEMID => '1028:0252',
},
{
PCICLASS => '0300',
NAME => 'VGA compatible controller',
MANUFACTURER => 'Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller',
REV => '07',
PCIID => '8086:2a42',
DRIVER => 'i915',
t/tasks/inventory/generic/pci/controllers.t view on Meta::CPAN
use FusionInventory::Test::Inventory;
use FusionInventory::Agent::Task::Inventory::Generic::PCI::Controllers;
my %tests = (
'dell-xt2' => [
{
NAME => re('^Mobile 4 Series Chipset Memory Controller Hub'),
TYPE => 'Host bridge',
CAPTION => re('^Mobile 4 Series Chipset Memory Controller Hub'),
DRIVER => 'agpgart',
PCISLOT => '00:00.0',
PCISUBSYSTEMID => '1028:0252',
PCICLASS => '0600',
MANUFACTURER => 'Intel Corporation',
REV => '07',
VENDORID => '8086',
PRODUCTID => '2a40',
},
{
NAME => re('^Mobile 4 Series Chipset Integrated Graphics Controller'),
( run in 0.989 second using v1.01-cache-2.11-cpan-e1769b4cff6 )