Re: [PATCH 5/5] test: unit test for smbios command

2024-01-16 Thread Tom Rini
On Sat, Dec 23, 2023 at 01:44:29AM +0100, 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 > Acked-by: Ilias Apalodimas > Reviewed-by: Simon Glass > --- >

Re: [PATCH 5/5] test: unit test for smbios command

2023-12-28 Thread Simon Glass
Hi Heinrich, On Thu, Dec 28, 2023 at 5:11 PM Heinrich Schuchardt wrote: > > > > Am 27. Dezember 2023 08:40:40 MEZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Tue, Dec 26, 2023 at 10:11 AM Heinrich Schuchardt > >wrote: > >> > >> On 12/26/23 10:47, Simon Glass wrote: > >> > Hi Heinrich, > >>

Re: [PATCH 5/5] test: unit test for smbios command

2023-12-28 Thread Tom Rini
On Thu, Dec 28, 2023 at 06:06:23PM +0100, Heinrich Schuchardt wrote: > > > Am 27. Dezember 2023 08:40:40 MEZ schrieb Simon Glass : > >Hi Heinrich, > > > >On Tue, Dec 26, 2023 at 10:11 AM Heinrich Schuchardt > >wrote: > >> > >> On 12/26/23 10:47, Simon Glass wrote: > >> > Hi Heinrich, > >> > > >

Re: [PATCH 5/5] test: unit test for smbios command

2023-12-28 Thread Heinrich Schuchardt
Am 27. Dezember 2023 08:40:40 MEZ schrieb Simon Glass : >Hi Heinrich, > >On Tue, Dec 26, 2023 at 10:11 AM Heinrich Schuchardt >wrote: >> >> On 12/26/23 10:47, Simon Glass wrote: >> > Hi Heinrich, >> > >> > On Sat, Dec 23, 2023 at 12:49 AM Heinrich Schuchardt >> > wrote: >> >> >> >> Provide a

Re: [PATCH 5/5] test: unit test for smbios command

2023-12-27 Thread Ilias Apalodimas
On Sat, Dec 23, 2023 at 01:44:29AM +0100, 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 > --- > test/py/tests/test_smbios.py | 47 ++

Re: [PATCH 5/5] test: unit test for smbios command

2023-12-26 Thread Simon Glass
Hi Heinrich, On Tue, Dec 26, 2023 at 10:11 AM Heinrich Schuchardt wrote: > > On 12/26/23 10:47, Simon Glass wrote: > > Hi Heinrich, > > > > On Sat, Dec 23, 2023 at 12:49 AM Heinrich Schuchardt > > wrote: > >> > >> Provide a unit test for the smbios command. > >> > >> Provide different test func

Re: [PATCH 5/5] test: unit test for smbios command

2023-12-26 Thread Heinrich Schuchardt
On 12/26/23 10:47, Simon Glass wrote: Hi Heinrich, On Sat, Dec 23, 2023 at 12:49 AM 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 --- test/py/tests/test_smbi

Re: [PATCH 5/5] test: unit test for smbios command

2023-12-26 Thread Simon Glass
Hi Heinrich, On Sat, Dec 23, 2023 at 12:49 AM 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 > --- > test/py/tests/test_smbios.py | 47 ++

[PATCH 5/5] test: unit test for smbios command

2023-12-22 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 --- test/py/tests/test_smbios.py | 47 1 file changed, 47 insertions(+) create mode 100644 test/py/tests/te