feat(profile): add more test for lspci.
This commit is contained in:
parent
2a249cfe34
commit
1b939eaa6f
2 changed files with 8 additions and 0 deletions
|
|
@ -22,6 +22,10 @@ load ../common
|
|||
lspci -s 00:00.0
|
||||
}
|
||||
|
||||
@test "lspci: Query the PCI ID database for unknown ID's via DNS" {
|
||||
sudo lspci -q
|
||||
}
|
||||
|
||||
@test "lspci: Dump info in a readable form" {
|
||||
lspci -vm
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue