qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 2/2] tests: Add functional test for out-of-process device


From: Cleber Rosa
Subject: Re: [PATCH v3 2/2] tests: Add functional test for out-of-process device emulation
Date: Mon, 8 Mar 2021 20:17:49 -0500

On Wed, Mar 03, 2021 at 05:53:20PM -0300, Willian Rampazzo wrote:
> From: Jagannathan Raman <jag.raman@oracle.com>
> 
> Runs the Avocado acceptance test to check if a
> remote lsi53c895a device gets identified by the guest.
> 
> Signed-off-by: Elena Ufimtseva <elena.ufimtseva@oracle.com>
> Signed-off-by: John G Johnson <john.g.johnson@oracle.com>
> Signed-off-by: Jagannathan Raman <jag.raman@oracle.com>
> Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> [WR: Refactored code]
> Signed-off-by: Willian Rampazzo <willianr@redhat.com>
> Tested-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
> ---
>  tests/acceptance/multiprocess.py | 95 ++++++++++++++++++++++++++++++++
>  1 file changed, 95 insertions(+)
>  create mode 100644 tests/acceptance/multiprocess.py
>

Because of KVM requirement, tested on x86_64 host:

   ./tests/venv/bin/avocado run -t arch:x86_64 tests/acceptance/multiprocess.py 
   JOB ID     : bde34ca2168ce031f3fbdbb5091889fb9bc4b977
   JOB LOG    : 
/home/cleber/avocado/job-results/job-2021-03-08T20.16-bde34ca/job.log
    (1/1) 
tests/acceptance/multiprocess.py:Multiprocess.test_multiprocess_x86_64: PASS 
(5.80 s)
   RESULTS    : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | 
CANCEL 0
   JOB TIME   : 6.23 s

And on aarch64 host:

   $ ./tests/venv/bin/avocado run -t arch:aarch64 
tests/acceptance/multiprocess.py 
   JOB ID     : a101a47887322981aae722b9c8e7cb6e6350eed9
   JOB LOG    : 
/home/cleber/avocado/job-results/job-2021-03-08T20.17-a101a47/job.log
    (1/1) 
tests/acceptance/multiprocess.py:Multiprocess.test_multiprocess_aarch64: PASS 
(9.55 s)
   RESULTS    : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | 
CANCEL 0
   JOB TIME   : 10.17 s

Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>

Attachment: signature.asc
Description: PGP signature


reply via email to

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