public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 1/4] testsuite: allow to run all tests below testsuite in container
@ 2026-08-21  9:40 'Felix Moessbauer' via isar-users
  2026-08-21  9:40 ` [PATCH 2/4] testsuite: fallback to diff in compare_repro_image if diffoscope is missing 'Felix Moessbauer' via isar-users
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: 'Felix Moessbauer' via isar-users @ 2026-08-21  9:40 UTC (permalink / raw)
  To: isar-users; +Cc: Felix Moessbauer

Previously the testsuite/citest.py was appended to the avocado cmdline
if not present. This made it impossible to run other testsuites, like
the repro-build-test.py.

We now only append the citest.py if no other .py file is provided on the
cmdline.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 testsuite/dockerdata/test-container-entrypoint | 2 +-
 testsuite/dockerdata/version                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuite/dockerdata/test-container-entrypoint b/testsuite/dockerdata/test-container-entrypoint
index 4f3f43b7..aa3def79 100755
--- a/testsuite/dockerdata/test-container-entrypoint
+++ b/testsuite/dockerdata/test-container-entrypoint
@@ -58,7 +58,7 @@ EOF
 done
 
 case "$args" in
-*testsuite/citest.py*)
+*testsuite/*.py*)
 	;;
 *)
 	args="$args testsuite/citest.py"
diff --git a/testsuite/dockerdata/version b/testsuite/dockerdata/version
index 0cfbf088..00750edc 100644
--- a/testsuite/dockerdata/version
+++ b/testsuite/dockerdata/version
@@ -1 +1 @@
-2
+3
-- 
2.55.0

-- 
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/20260821094038.1816837-1-felix.moessbauer%40siemens.com.

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

end of thread, other threads:[~2026-08-31  9:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-21  9:40 [PATCH 1/4] testsuite: allow to run all tests below testsuite in container 'Felix Moessbauer' via isar-users
2026-08-21  9:40 ` [PATCH 2/4] testsuite: fallback to diff in compare_repro_image if diffoscope is missing 'Felix Moessbauer' via isar-users
2026-08-21  9:40 ` [PATCH 3/4] testsuite: make repro test image type agnostic 'Felix Moessbauer' via isar-users
2026-08-21  9:40 ` [PATCH 4/4] testsuite: check if python cache is deleted or reproducible 'Felix Moessbauer' via isar-users
2026-08-31  9:27 ` [PATCH 1/4] testsuite: allow to run all tests below testsuite in container Zhihang Wei

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox