Re: [PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings

2023-11-15 Thread Eric Auger
Hi Thomas, On 11/15/23 07:20, Thomas Huth wrote: > On 14/11/2023 21.42, Eric Auger wrote: >> Hi Thomas, >> >> On 11/14/23 15:35, Thomas Huth wrote: >>> The intel_iommu test is currently succeeding with annoying warnings. >> nit: you may have precised the nature of the warning or quotes > > The

Re: [PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings

2023-11-14 Thread Thomas Huth
On 14/11/2023 21.42, Eric Auger wrote: Hi Thomas, On 11/14/23 15:35, Thomas Huth wrote: The intel_iommu test is currently succeeding with annoying warnings. nit: you may have precised the nature of the warning or quotes The annoying warnings look like this (in the summary): (031/174)

Re: [PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings

2023-11-14 Thread Eric Auger
Hi Thomas, On 11/14/23 15:35, Thomas Huth wrote: > The intel_iommu test is currently succeeding with annoying warnings. nit: you may have precised the nature of the warning or quotes > Add the proper asset hashes to avoid those. > > Signed-off-by: Thomas Huth > --- >

[PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings

2023-11-14 Thread Thomas Huth
The intel_iommu test is currently succeeding with annoying warnings. Add the proper asset hashes to avoid those. Signed-off-by: Thomas Huth --- tests/avocado/intel_iommu.py | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/avocado/intel_iommu.py