[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS
From: |
Cleber Rosa |
Subject: |
[PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS |
Date: |
Fri, 8 Dec 2023 14:09:01 -0500 |
This is a collection of improvements to a number of Avocado based
tests, but also fixes that will allow them to behave properly under
Avocado's upcoming new Long Term Stability release (LTS) version
103.0.
A pipeline with (pretty much) these changes can be seen at:
- https://gitlab.com/cleber.gnu/qemu/-/pipelines/1096168899
While a pipeline with the Avocado version bump (using a preview of the
103.0 release) can be seen at:
- https://gitlab.com/cleber.gnu/qemu/-/pipelines/1099488480
Once Avocado officially releases 103.0 LTS, which is expected to take
no longer than 2 weeks (after a huge development window), the actual
version bump will be posted, along with more profound changes to the
tests to leverage the new features.
Cleber Rosa (10):
tests/avocado: mips: fallback to HTTP given certificate expiration
tests/avocado: mips: add hint for fetchasset plugin
tests/avocado/intel_iommu.py: increase timeout
tests/avocado: machine aarch64: standardize location and RO/RW access
tests/avocado: use more distinct names for assets
tests/avocado/kvm_xen_guest.py: cope with asset RW requirements
testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset
tests/avocado/boot_xen.py: merge base classes
tests/avocado/boot_xen.py: unify tags
tests/avocado/boot_xen.py: use class attribute
tests/avocado/boot_linux_console.py | 27 +++++++++++++++----
tests/avocado/boot_xen.py | 34 +++++-------------------
tests/avocado/intel_iommu.py | 2 ++
tests/avocado/kvm_xen_guest.py | 30 ++++++++++++++-------
tests/avocado/machine_aarch64_sbsaref.py | 9 +++++--
tests/avocado/machine_aarch64_virt.py | 14 +++++-----
tests/avocado/netdev-ethtool.py | 3 ++-
7 files changed, 67 insertions(+), 52 deletions(-)
--
2.43.0
- [PATCH 00/10] for-8.3 tests/avocado: prep for Avocado 103.0 LTS,
Cleber Rosa <=
[PATCH 08/10] tests/avocado/boot_xen.py: merge base classes, Cleber Rosa, 2023/12/08
[PATCH 07/10] testa/avocado: test_arm_emcraft_sf2: handle RW requirements for asset, Cleber Rosa, 2023/12/08