Re: [PATCH v2 4/4] test: unit test for smbios command

2024-01-18 Thread Ilias Apalodimas
On Thu, Jan 18, 2024 at 01:33:15PM +0100, Heinrich Schuchardt wrote: > On 1/18/24 12:51, Ilias Apalodimas wrote: > > Hi Heinrich, > > > > On Wed, 17 Jan 2024 at 17:34, Heinrich Schuchardt > > wrote: > > > > > > Provide a unit test for the smbios command. > > > > > > Provide different test function

Re: [PATCH v2 4/4] test: unit test for smbios command

2024-01-18 Thread Heinrich Schuchardt
On 1/18/24 12:51, Ilias Apalodimas wrote: Hi Heinrich, On Wed, 17 Jan 2024 at 17:34, Heinrich Schuchardt wrote: Provide a unit test for the smbios command. Provide different test functions for QEMU, sandbox, and other systems. Signed-off-by: Heinrich Schuchardt --- v2: for generic

Re: [PATCH v2 4/4] test: unit test for smbios command

2024-01-18 Thread Ilias Apalodimas
Hi Heinrich, On Wed, 17 Jan 2024 at 17:34, Heinrich Schuchardt wrote: > > Provide a unit test for the smbios command. > > Provide different test functions for QEMU, sandbox, and other systems. > > Signed-off-by: Heinrich Schuchardt > --- > v2: > for generic boards we only can assume that

[PATCH v2 4/4] test: unit test for smbios command

2024-01-17 Thread Heinrich Schuchardt
Provide a unit test for the smbios command. Provide different test functions for QEMU, sandbox, and other systems. Signed-off-by: Heinrich Schuchardt --- v2: for generic boards we only can assume that a type 127 table exists email address updated --- test/py/tests/test_smbios.py