[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] tests/acceptance: add a test for devices on s390x
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v2] tests/acceptance: add a test for devices on s390x |
Date: |
Fri, 27 Nov 2020 17:50:21 +0100 |
On Thu, 26 Nov 2020 14:01:58 +0100
Cornelia Huck <cohuck@redhat.com> wrote:
> This adds a very basic test for checking that we present devices
> in a way that Linux can consume: boot with both virtio-net-ccw and
> virtio-net-pci attached and then verify that Linux is able to see
> and detect these devices.
>
> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
> ---
> RFC->v2:
> - use a newer kernel that uses the uid in zpci address generation
> - add a zpci device to specify a uid
> - increase timeout
> - tweak naming
> - add a MAINTAINERS entry
> ---
> MAINTAINERS | 1 +
> tests/acceptance/machine_s390_ccw_virtio.py | 70 +++++++++++++++++++++
> 2 files changed, 71 insertions(+)
> create mode 100644 tests/acceptance/machine_s390_ccw_virtio.py
Queued to s390-next.
I plan to add some more stuff on top (like checking the mac address, or
adding more devices), but that will have to wait until next week.