public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Change the serial runner usage
@ 2023-03-03  9:01 Louis Rannou
  2023-03-03  9:01 ` [PATCH v2 1/1] oeqa/utils/qemurunner: change the serial runner Louis Rannou
  2023-03-29 10:53 ` [OE-core] [PATCH v2 0/1] Change the serial runner usage Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Louis Rannou @ 2023-03-03  9:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: khilman, Louis Rannou

The actual serial runner has a different usage compare to the ssh runner. The
return status is different and failure are not raised as exceptions.

Initially, I wanted to create a new run_serial_socket and modify the old
run_serial to use the former. And there was a second patch that changed every
call to run_serial to run_serial_socket. But that is not easy as each test
can have a different manner to handle the exception.

Therefore, this patch only suggest a new runner and add a comment to deprecate
the former runner.

Louis Rannou (1):
  oeqa/utils/qemurunner: change the serial runner usage

 meta/lib/oeqa/targetcontrol.py    |  3 ++
 meta/lib/oeqa/utils/qemurunner.py | 57 +++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)


base-commit: 76db0baba26a5da5382f7cc44c64eb705e24e638
-- 
2.39.2



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-03-31  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-03  9:01 [PATCH v2 0/1] Change the serial runner usage Louis Rannou
2023-03-03  9:01 ` [PATCH v2 1/1] oeqa/utils/qemurunner: change the serial runner Louis Rannou
2023-03-29 10:53 ` [OE-core] [PATCH v2 0/1] Change the serial runner usage Richard Purdie
2023-03-31  7:50   ` Louis Rannou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox