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_command` function to the avocado_qemu, > allowing the test to send a command to the console without the need to > match a pattern produced as a result. > > Signed-off-by: Willian Rampazzo > Reviewed-by: Philippe Mathieu-Daudé > Reviewed-by: Wainer dos Santos Moschetta > --- > tests/acceptance/avocado_qemu/__init__.py | 14 +++++++++++++- > 1 file changed, 13 insertions(+), 1 deletion(-) > Reviewed-by: Cleber Rosa