public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH 0/4] Tests for multiple architectures and distributions
@ 2022-01-28 18:34 Stefano Brivio
  2022-01-28 18:34 ` [PATCH 1/4] test/lib/term: Allow for a wider variety of prompt characters in pane_wait() Stefano Brivio
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stefano Brivio @ 2022-01-28 18:34 UTC (permalink / raw)
  To: passt-dev

[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]

This series adds tests for a mix of old and new Debian, Fedora, OpenSUSE
and Ubuntu versions, on on aarch64, i386, ppc64, ppc64le, s390x, x86_64,
plus prerequisites for these tests and some basic documentation about
the testing framework itself.

Stefano Brivio (4):
  test/lib/term: Allow for a wider variety of prompt characters in
    pane_wait()
  test/lib/test: Introduce 'def' directive for frequently used patterns
  test: Add distribution tests for several architectures and kernel
    versions
  test: Add basic documentation about test suite, and cool-retro-term
    profile

 README.md            |   4 +-
 test/README.md       | 104 ++++++++
 test/distro/debian   | 343 ++++++++++++++++++++++++++
 test/distro/fedora   | 563 +++++++++++++++++++++++++++++++++++++++++++
 test/distro/opensuse | 182 ++++++++++++++
 test/distro/ubuntu   | 208 ++++++++++++++++
 test/lib/term        |  17 +-
 test/lib/test        | 496 ++++++++++++++++++++------------------
 test/run             |   1 +
 9 files changed, 1680 insertions(+), 238 deletions(-)
 create mode 100644 test/README.md
 create mode 100644 test/distro/debian
 create mode 100644 test/distro/fedora
 create mode 100644 test/distro/opensuse
 create mode 100644 test/distro/ubuntu

-- 
2.33.0


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

end of thread, other threads:[~2022-01-28 18:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-28 18:34 [PATCH 0/4] Tests for multiple architectures and distributions Stefano Brivio
2022-01-28 18:34 ` [PATCH 1/4] test/lib/term: Allow for a wider variety of prompt characters in pane_wait() Stefano Brivio
2022-01-28 18:34 ` [PATCH 2/4] test/lib/test: Introduce 'def' directive for frequently used patterns Stefano Brivio
2022-01-28 18:34 ` [PATCH 3/4] test: Add distribution tests for several architectures and kernel versions Stefano Brivio
2022-01-28 18:34 ` [PATCH 4/4] test: Add basic documentation about test suite, and cool-retro-term profile Stefano Brivio

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).