Re: [PATCH v3 1/2] avocado_qemu: add exec_command function

2021-03-08 Thread Cleber Rosa
On Wed, Mar 03, 2021 at 05:53:19PM -0300, Willian Rampazzo wrote: > Sometimes a test needs to send a command to a console without waiting > for a pattern as a result, or the command issued do not produce any kind > of output, like, for example, a `mount` command. > > This introduces the `exec_comm

[PATCH v3 1/2] avocado_qemu: add exec_command function

2021-03-03 Thread Willian Rampazzo
Sometimes a test needs to send a command to a console without waiting for a pattern as a result, or the command issued do not produce any kind of output, like, for example, a `mount` command. This introduces the `exec_command` function to the avocado_qemu, allowing the test to send a command to th