All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL 00/21] Integration testing patches for 2021-09-27
@ 2021-09-27 17:02 Philippe Mathieu-Daudé
  2021-09-27 17:02 ` [PULL 01/21] tests/acceptance: add replay kernel test for s390x Philippe Mathieu-Daudé
                   ` (21 more replies)
  0 siblings, 22 replies; 23+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-09-27 17:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Philippe Mathieu-Daudé

The following changes since commit de8ed1055c2ce18c95f597eb10df360dcb534f99:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2021-09-25-v2' into staging (2021-09-27 15:03:42 +0100)

are available in the Git repository at:

  https://github.com/philmd/qemu.git tags/integration-testing-20210927

for you to fetch changes up to 6fdd5530d12c5b21cc05e7f44db95f6544bc3c17:

  tests/acceptance/ppc_prep_40p.py: clean up unused import (2021-09-27 18:55:46 +0200)

----------------------------------------------------------------
Integration testing patches

- More Linux kernel record/replay tests (Pavel Dovgalyuk)
- Various fixes (Willian Rampazzo, Cleber Rosa)
- Split machine_ppc.py per machine (David Gibson)
- Add AVOCADO_TESTS command line environment variable (Willian Rampazzo)

----------------------------------------------------------------

Cleber Rosa (6):
  Acceptance Tests: add standard clean up at test tearDown()
  Acceptance Tests: improve check-acceptance description
  acceptance/tests/vnc.py: use explicit syntax for enabling passwords
  tests/acceptance/boot_xen.py: removed unused import
  tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update
  tests/acceptance/ppc_prep_40p.py: clean up unused import

David Gibson (1):
  qemu: Split machine_ppc.py acceptance tests

Pavel Dovgalyuk (5):
  tests/acceptance: add replay kernel test for s390x
  tests/acceptance: add replay kernel test for openrisc
  tests/acceptance: add replay kernel test for nios2
  tests/acceptance: add replay kernel test for alpha
  tests/acceptance: Linux boot test for record/replay

Willian Rampazzo (9):
  Acceptance tests: add myself as a reviewer for the acceptance tests
  avocado_qemu: standardize super() call following PEP3135
  avocado_qemu: fix import module based on isort
  avocado_qemu: tweak ssh connect method
  avocado_qemu: explicitly return None to avoid R1710
  avocado_qemu: fix inheritance order on LinuxTest class
  tests/Makefile: allow control over tags during check-acceptance
  docs/devel/testing: add instruction to run a single acceptance test
  tests/Makefile: add AVOCADO_TESTS option to make check-acceptance

 docs/devel/testing.rst                    |  69 +++++++++++++
 MAINTAINERS                               |   6 +-
 tests/Makefile.include                    |  19 +++-
 tests/acceptance/avocado_qemu/__init__.py |  30 +++---
 tests/acceptance/boot_xen.py              |   1 -
 tests/acceptance/machine_ppc.py           |  69 -------------
 tests/acceptance/ppc_mpc8544ds.py         |  32 ++++++
 tests/acceptance/ppc_prep_40p.py          |   5 +-
 tests/acceptance/ppc_pseries.py           |  35 +++++++
 tests/acceptance/ppc_virtex_ml507.py      |  34 +++++++
 tests/acceptance/replay_kernel.py         |  54 ++++++++++
 tests/acceptance/replay_linux.py          | 116 ++++++++++++++++++++++
 tests/acceptance/vnc.py                   |   2 +-
 13 files changed, 374 insertions(+), 98 deletions(-)
 delete mode 100644 tests/acceptance/machine_ppc.py
 create mode 100644 tests/acceptance/ppc_mpc8544ds.py
 create mode 100644 tests/acceptance/ppc_pseries.py
 create mode 100644 tests/acceptance/ppc_virtex_ml507.py
 create mode 100644 tests/acceptance/replay_linux.py

-- 
2.31.1




^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2021-09-27 17:57 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-27 17:02 [PULL 00/21] Integration testing patches for 2021-09-27 Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 01/21] tests/acceptance: add replay kernel test for s390x Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 02/21] tests/acceptance: add replay kernel test for openrisc Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 03/21] tests/acceptance: add replay kernel test for nios2 Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 04/21] tests/acceptance: add replay kernel test for alpha Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 05/21] tests/acceptance: Linux boot test for record/replay Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 06/21] Acceptance tests: add myself as a reviewer for the acceptance tests Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 07/21] Acceptance Tests: add standard clean up at test tearDown() Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 08/21] avocado_qemu: standardize super() call following PEP3135 Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 09/21] avocado_qemu: fix import module based on isort Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 10/21] avocado_qemu: tweak ssh connect method Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 11/21] avocado_qemu: explicitly return None to avoid R1710 Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 12/21] avocado_qemu: fix inheritance order on LinuxTest class Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 13/21] tests/Makefile: allow control over tags during check-acceptance Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 14/21] docs/devel/testing: add instruction to run a single acceptance test Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 15/21] tests/Makefile: add AVOCADO_TESTS option to make check-acceptance Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 16/21] qemu: Split machine_ppc.py acceptance tests Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 17/21] Acceptance Tests: improve check-acceptance description Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 18/21] acceptance/tests/vnc.py: use explicit syntax for enabling passwords Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 19/21] tests/acceptance/boot_xen.py: removed unused import Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 20/21] tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location update Philippe Mathieu-Daudé
2021-09-27 17:02 ` [PULL 21/21] tests/acceptance/ppc_prep_40p.py: clean up unused import Philippe Mathieu-Daudé
2021-09-27 17:56 ` [PULL 00/21] Integration testing patches for 2021-09-27 Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.