app/test: remove real PCI ids
authorJan Viktorin <viktorin@rehivetech.com>
Tue, 14 Jun 2016 13:46:21 +0000 (15:46 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 15 Jun 2016 13:54:44 +0000 (15:54 +0200)
commit1dbba1650c897d41389080e88502c9922551cb73
treee77ad39ea6c464106e5d61fdeaa23ca056e98573
parentc1368be2d5e31c36e71b334db3871f861aa576bd
app/test: remove real PCI ids

There are 2 new fake devices for testing PCI infra. All the fake devices
are now identified by non-existing vendor and device IDs so there is no
real driver to bind to them. The testing drivers match those IDs.

Suggested-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
14 files changed:
app/test/test_pci.c
app/test/test_pci_sysfs/bus/pci/devices/0000:01:00.0/device
app/test/test_pci_sysfs/bus/pci/devices/0000:01:00.0/subsystem_vendor
app/test/test_pci_sysfs/bus/pci/devices/0000:01:00.0/vendor
app/test/test_pci_sysfs/bus/pci/devices/0000:01:02.0/device [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:01:02.0/resource [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:01:02.0/subsystem_device [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:01:02.0/subsystem_vendor [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:01:02.0/vendor [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:02:ab.0/device [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:02:ab.0/resource [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:02:ab.0/subsystem_device [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:02:ab.0/subsystem_vendor [new file with mode: 0644]
app/test/test_pci_sysfs/bus/pci/devices/0000:02:ab.0/vendor [new file with mode: 0644]