public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
* [PATCH v4 0/3] RFC: New proof-of-concept based exeter tests
@ 2025-08-07 11:32 David Gibson
  2025-08-07 11:32 ` [PATCH v4 1/3] test: Extend test scripts to allow running " David Gibson
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Gibson @ 2025-08-07 11:32 UTC (permalink / raw)
  To: passt-dev, Stefano Brivio; +Cc: David Gibson

Here's a new approach to building passt tests with exeter.  This new
one no longer uses Avocado in the default case, although it would
still be possible to manually run the exeter based tests with Avocado.

Here's another draft of my work on testing passt with Avocado and the
exeter library I recently created.  It includes Cleber's patch adding
some basic Avocado tests and builds on that.

For now this only does simple tests, to show how the integration could
work.  It adds some new trivial "smoke tests" and converts the linter
and build checks to exeter.  More complex tests will require building
the sinte/pesto library we've discussed.  A lot of the work for that
already exists in my earlier exeter test series, but it will need some
rework to split it into a separate component.

Changes since v3:
 * Remove reliance on Avocado
 * Build integration between exeter and existing test scripts
 * Drop most of the complex tests for the time being.
 
Changes since v2:
 * Added mypy type checking throughout
 * Use exeter "scenarios" to reduce boilerplate
 * Folded together a number of closely related patches (from 22
   patches down to 15)
 * Entirely avoid open-coded Python context managers in favour of
   contextlib.contextmanager
 * No longer accidentally run a lot of the "meta" tests in the "real"
   testsuite
 * So, so many assorted cleanups

David Gibson (3):
  test: Extend test scripts to allow running exeter tests.
  test: Run static checkers as exeter tests
  test: Convert build tests to exeter

 test/.gitignore               |  1 +
 test/Makefile                 |  5 ++-
 test/build/all                | 61 -------------------------
 test/build/build.py           | 84 +++++++++++++++++++++++++++++++++++
 test/build/clang_tidy         | 17 -------
 test/build/cppcheck           | 17 -------
 test/build/static_checkers.sh | 30 +++++++++++++
 test/lib/exeter               | 46 +++++++++++++++++++
 test/run                      | 18 +++++---
 test/smoke/smoke.sh           | 27 +++++++++++
 10 files changed, 204 insertions(+), 102 deletions(-)
 delete mode 100644 test/build/all
 create mode 100755 test/build/build.py
 delete mode 100644 test/build/clang_tidy
 delete mode 100644 test/build/cppcheck
 create mode 100755 test/build/static_checkers.sh
 create mode 100644 test/lib/exeter
 create mode 100755 test/smoke/smoke.sh

-- 
2.50.1


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

end of thread, other threads:[~2025-08-07 11:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-07 11:32 [PATCH v4 0/3] RFC: New proof-of-concept based exeter tests David Gibson
2025-08-07 11:32 ` [PATCH v4 1/3] test: Extend test scripts to allow running " David Gibson
2025-08-07 11:32 ` [PATCH v4 2/3] test: Run static checkers as " David Gibson
2025-08-07 11:32 ` [PATCH v4 3/3] test: Convert build tests to exeter David Gibson

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).