[PATCH v2 0/3] tests/acceptance: Test virtio-rng and -balloon on s390x

Thomas Huth posted 3 patches 3 years, 4 months ago
Failed in applying to current master (apply log)
tests/acceptance/machine_s390_ccw_virtio.py | 59 +++++++++++++++------
1 file changed, 43 insertions(+), 16 deletions(-)
[PATCH v2 0/3] tests/acceptance: Test virtio-rng and -balloon on s390x
Posted by Thomas Huth 3 years, 4 months ago
Add two more simple tests to check that virtio-rng and virtio-balloon
are at least (very) basically working on s390x.

Based-on: 20201204121450.120730-1-cohuck@redhat.com

v2:
 - Cosmetic changes according to Cornelia's suggestions
 - Added Reviewed-bys from Wainer and Willian

Thomas Huth (3):
  tests/acceptance: Extract the code to clear dmesg and wait for CRW
    reports
  tests/acceptance: Test virtio-rng on s390 via /dev/hwrng
  tests/acceptance: Test the virtio-balloon device on s390x

 tests/acceptance/machine_s390_ccw_virtio.py | 59 +++++++++++++++------
 1 file changed, 43 insertions(+), 16 deletions(-)

-- 
2.27.0


Re: [PATCH v2 0/3] tests/acceptance: Test virtio-rng and -balloon on s390x
Posted by Cornelia Huck 3 years, 4 months ago
On Tue, 15 Dec 2020 19:36:20 +0100
Thomas Huth <thuth@redhat.com> wrote:

> Add two more simple tests to check that virtio-rng and virtio-balloon
> are at least (very) basically working on s390x.
> 
> Based-on: 20201204121450.120730-1-cohuck@redhat.com
> 
> v2:
>  - Cosmetic changes according to Cornelia's suggestions
>  - Added Reviewed-bys from Wainer and Willian
> 
> Thomas Huth (3):
>   tests/acceptance: Extract the code to clear dmesg and wait for CRW
>     reports
>   tests/acceptance: Test virtio-rng on s390 via /dev/hwrng
>   tests/acceptance: Test the virtio-balloon device on s390x
> 
>  tests/acceptance/machine_s390_ccw_virtio.py | 59 +++++++++++++++------
>  1 file changed, 43 insertions(+), 16 deletions(-)
> 

Thanks, applied.