app/test: rename PCI blacklist test case
authorJan Viktorin <viktorin@rehivetech.com>
Mon, 13 Jun 2016 15:07:43 +0000 (17:07 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Jun 2016 18:58:03 +0000 (20:58 +0200)
commitceabf73721bf77592a5bc47ac8e66e6bd346a2b2
treeaee1b1354ee3453d09393901badad720e2f2f278
parent409020595322387fa6430d178685efdca109aa02
app/test: rename PCI blacklist test case

The current test_pci is just a single test case that tests the
blacklisting of devices. Rename it to test_pci_blacklist and call it
from the test_pci. The setup and cleanup are moved out of the
test_pci_blacklist entirely to cover all other tests.

Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
app/test/test_pci.c