Re: [PATCH v7 1/1] dts: add smoke tests

2023-07-18 Thread Juraj Linkeš
On Mon, Jul 17, 2023 at 9:31 PM Jeremy Spewock wrote: > > > On Mon, Jul 17, 2023 at 10:50 AM Juraj Linkeš > wrote: > >> I found additional things while working with the interactive shell code. >> >> On Thu, Jul 13, 2023 at 6:54 PM wrote: >> > >> > From: Jeremy Spewock >> > >> > Adds a new test

Re: [PATCH v7 1/1] dts: add smoke tests

2023-07-17 Thread Jeremy Spewock
On Mon, Jul 17, 2023 at 10:50 AM Juraj Linkeš wrote: > I found additional things while working with the interactive shell code. > > On Thu, Jul 13, 2023 at 6:54 PM wrote: > > > > From: Jeremy Spewock > > > > Adds a new test suite for running smoke tests that verify general > > configuration asp

Re: [PATCH v7 1/1] dts: add smoke tests

2023-07-17 Thread Juraj Linkeš
I found additional things while working with the interactive shell code. On Thu, Jul 13, 2023 at 6:54 PM wrote: > > From: Jeremy Spewock > > Adds a new test suite for running smoke tests that verify general > configuration aspects of the system under test. If any of these tests > fail, the DTS e

Re: [PATCH v7 1/1] dts: add smoke tests

2023-07-17 Thread Juraj Linkeš
On Sat, Jul 15, 2023 at 1:25 AM Jeremy Spewock wrote: > > > > On Fri, Jul 14, 2023 at 11:30 AM Juraj Linkeš > wrote: >> >> On Fri, Jul 14, 2023 at 4:47 PM Patrick Robb wrote: >> > >> > >> > Tested-by: Patrick Robb >> >> Have you tested with a non-root user? The unit tests are failing for me. >

Re: [PATCH v7 1/1] dts: add smoke tests

2023-07-14 Thread Jeremy Spewock
On Fri, Jul 14, 2023 at 11:30 AM Juraj Linkeš wrote: > On Fri, Jul 14, 2023 at 4:47 PM Patrick Robb wrote: > > > > > > Tested-by: Patrick Robb > > Have you tested with a non-root user? The unit tests are failing for me. > We have been running this as root in testing and there is an issue with

Re: [PATCH v7 1/1] dts: add smoke tests

2023-07-14 Thread Juraj Linkeš
On Fri, Jul 14, 2023 at 4:47 PM Patrick Robb wrote: > > > Tested-by: Patrick Robb Have you tested with a non-root user? The unit tests are failing for me.

Re: [PATCH v7 1/1] dts: add smoke tests

2023-07-14 Thread Patrick Robb
Tested-by: Patrick Robb

Re: [PATCH v7 1/1] dts: add smoke tests

2023-07-14 Thread Juraj Linkeš
On Thu, Jul 13, 2023 at 6:54 PM wrote: > > From: Jeremy Spewock > > Adds a new test suite for running smoke tests that verify general > configuration aspects of the system under test. If any of these tests > fail, the DTS execution terminates as part of a "fail-fast" model. > > Signed-off-by: Jer

[PATCH v7 1/1] dts: add smoke tests

2023-07-13 Thread jspewock
From: Jeremy Spewock Adds a new test suite for running smoke tests that verify general configuration aspects of the system under test. If any of these tests fail, the DTS execution terminates as part of a "fail-fast" model. Signed-off-by: Jeremy Spewock --- dts/conf.yaml