Re: [PATCH v1] dts: fix smoke tests driver regex

2024-03-07 Thread Thomas Monjalon
23/02/2024 09:30, Juraj Linkeš: > Add hyphen to the regex, which is needed for drivers such as vfio-pci. > > Fixes: 88489c0501af ("dts: add smoke tests") > Cc: jspew...@iol.unh.edu > Signed-off-by: Juraj Linkeš Reviewed-by: Jeremy Spewock Tested-by: Nicholas Pratte Applied, thanks.

Re: [PATCH v1] dts: fix smoke tests driver regex

2024-02-29 Thread Nicholas Pratte
Tested-by: Nicholas Pratte > > Add hyphen to the regex, which is needed for drivers such as vfio-pci. > > Fixes: 88489c0501af ("dts: add smoke tests") > Cc: jspew...@iol.unh.edu > Signed-off-by: Juraj Linkeš > --- > dts/tests/TestSuite_smoke_tests.py | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH v1] dts: fix smoke tests driver regex

2024-02-26 Thread Jeremy Spewock
Reviewed-by: Jeremy Spewock

[PATCH v1] dts: fix smoke tests driver regex

2024-02-23 Thread Juraj Linkeš
Add hyphen to the regex, which is needed for drivers such as vfio-pci. Fixes: 88489c0501af ("dts: add smoke tests") Cc: jspew...@iol.unh.edu Signed-off-by: Juraj Linkeš --- dts/tests/TestSuite_smoke_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dts/tests/TestSuite_