Re: [PATCH v1 1/2] dts: add smoke tests

2023-07-12 Thread Jeremy Spewock
On Wed, Jul 12, 2023 at 2:30 AM Juraj Linkeš wrote: > I think we're basically there, just one more point that needs to be > addressed - the send_command_no_output method. > > >> >> > diff --git a/dts/framework/config/conf_yaml_schema.json > b/dts/framework/config/conf_yaml_schema.json > >> >> > i

Re: [PATCH v1 1/2] dts: add smoke tests

2023-07-11 Thread Juraj Linkeš
I think we're basically there, just one more point that needs to be addressed - the send_command_no_output method. >> >> > diff --git a/dts/framework/config/conf_yaml_schema.json >> >> > b/dts/framework/config/conf_yaml_schema.json >> >> > index ca2d4a1e..3f7c301a 100644 >> >> > --- a/dts/framewo

Re: [PATCH v1 1/2] dts: add smoke tests

2023-07-11 Thread Juraj Linkeš
Some more comments below. I agree where I didn't reply. On Sat, Jul 8, 2023 at 1:07 AM Jeremy Spewock wrote: > > > > On Thu, Jul 6, 2023 at 10:54 AM Juraj Linkeš > wrote: >> >> There are mypy errors related to paramiko: >> framework/remote_session/remote/interactive_remote_session.py:8: error:

[PATCH v1 1/2] dts: add smoke tests

2023-06-15 Thread jspewock
From: Jeremy Spewock Adds a new test suite as well as configuration changes needed for running smoke tests that verify general environment 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 ---