We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4173a02 + b8a6d13 commit 1a44122Copy full SHA for 1a44122
io/iommu/iommu_tests.py.data/README.txt
@@ -17,3 +17,4 @@ Inputs Needed (in multiplexer file):
17
------------------------------------
18
pci_devices - can be fetched from <lspci -nnD> output. Use space for multiple devices "001b:62:00.0 001b:62:00.1"
19
count - This is an integer value given for number of time tests to run.
20
+dmesg_grep - can be used to filter the dmesg log by passing patterns separated by a pipe. For example: dmesg_grep: "IOMMU|NVME|..."
io/iommu/iommu_tests.py.data/iommu_tests.yaml
@@ -1,2 +1,3 @@
1
pci_devices: ""
2
count: 10
3
+dmesg_grep: "IOMMU"
0 commit comments