Skip to content

Commit 1a44122

Browse files
authored
Merge pull request avocado-framework-tests#2965 from Amandeep-Kaur2202/dmesg_patch
Add dmesg_grep key to iommu_tests.yaml
2 parents 4173a02 + b8a6d13 commit 1a44122

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

io/iommu/iommu_tests.py.data/README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ Inputs Needed (in multiplexer file):
1717
------------------------------------
1818
pci_devices - can be fetched from <lspci -nnD> output. Use space for multiple devices "001b:62:00.0 001b:62:00.1"
1919
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|..."
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pci_devices: ""
22
count: 10
3+
dmesg_grep: "IOMMU"

0 commit comments

Comments
 (0)