qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/2] tests/acceptance: Use QEMUMachine on tests that expect f


From: Wainer dos Santos Moschetta
Subject: Re: [PATCH 0/2] tests/acceptance: Use QEMUMachine on tests that expect failure
Date: Mon, 9 Dec 2019 15:44:56 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Ping.

Any brave soul to review it? :)

- Wainer


On 11/12/19 11:57 AM, Wainer dos Santos Moschetta wrote:
The linux_initrd and empty_cpu_model tests assert that QEMU exit
with failure on certain scenarios. Currently they are not able
to use QEMUMachine object due to the QMP monitor connection which
is tentatively established always. Instead they handle the QEMU binary
directy, but ideally they should use QEMUMachine in order to:
  a) Take advantage of error handling and logging in QEMUMachine.
  b) Follow the pattern in other acceptance tests.

Notes worth it:
  - Patch 01 first appeared in [1]. Here I propose the same
    implementation but the code was rebased.
  - empty_cpu_model used to check both stdout and stderr of the process. The
    QEMUMachine doesn't provide an interface to access the underneath
    process object, instead the process' output is available through
    get_log(). This method in turn returns the content of stdout (stderr is
    redirected to stdout). Therefore, I adapted the assertion statement
    to check the '-cpu option cannot be empty' message shows in the output.

Git:
  - Tree: https://github.com/wainersm/qemu
  - Branch: tests_without_qmp

CI:
  - Travis (PASS): https://travis-ci.org/wainersm/qemu/builds/610499693

References:
[1] https://www.mail-archive.com/address@hidden/msg627498.html

Wainer dos Santos Moschetta (2):
   python/qemu: Add set_qmp_monitor() to QEMUMachine
   tests/acceptance: Makes linux_initrd and empty_cpu_model use
     QEMUMachine

  python/qemu/machine.py              | 68 +++++++++++++++++++----------
  tests/acceptance/empty_cpu_model.py | 13 +++---
  tests/acceptance/linux_initrd.py    | 13 +++---
  3 files changed, 59 insertions(+), 35 deletions(-)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]