public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "'MOESSBAUER, Felix' via isar-users" <isar-users@googlegroups.com>
To: Zhihang Wei <wzh@ilbers.de>,
	"isar-users@googlegroups.com" <isar-users@googlegroups.com>
Subject: Re: [PATCH 3/3] testsuite: Disable test cases that may fail due to unresolved DTB conflicts
Date: Thu, 23 Apr 2026 12:56:52 +0000	[thread overview]
Message-ID: <c09eedb9583350341490db2cc832856ee447ef1a.camel@siemens.com> (raw)
In-Reply-To: <20260423121941.1704827-3-wzh@ilbers.de>

On Thu, 2026-04-23 at 14:19 +0200, Zhihang Wei wrote:
> Since the patches resolving DTB deployment conflicts have been reverted,
> disable the affected test cases until a proper fix is in place.

Hi, usually you would apply this commit first before reverting the
change. Otherwise you have commits in the middle that don't pass CI.

But that's a nitpick. Thanks for cleaning this up.

Felix

> 
> Signed-off-by: Zhihang Wei <wzh@ilbers.de>
> ---
>  testsuite/citest.py | 10 ++++++++--
>  1 file changed, 8 insertions(+), 2 deletions(-)
> 
> diff --git a/testsuite/citest.py b/testsuite/citest.py
> index fc6ec24c..ac45165b 100755
> --- a/testsuite/citest.py
> +++ b/testsuite/citest.py
> @@ -697,7 +697,10 @@ class DtbDeployTest(CIBaseTest):
>          ]
>  
>          self.init()
> -        self.perform_build_test(targets, image_install='')
> +        try:
> +            self.perform_build_test(targets, image_install='')
> +        except exceptions.TestFail:
> +            self.cancel('KFAIL')
>  
>      def test_dtb_deploy_images(self):
>          """
> @@ -709,7 +712,10 @@ class DtbDeployTest(CIBaseTest):
>          ]
>  
>          self.init()
> -        self.perform_build_test(targets, image_install='')
> +        try:
> +            self.perform_build_test(targets, image_install='')
> +        except exceptions.TestFail:
> +            self.cancel('KFAIL')
>  
>  
>  class NoCrossTest(CIBaseTest):
> -- 
> 2.39.5
> 
> -- 
> 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/20260423121941.1704827-3-wzh%40ilbers.de.

-- 
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/c09eedb9583350341490db2cc832856ee447ef1a.camel%40siemens.com.

  reply	other threads:[~2026-04-23 12:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-23 12:19 [PATCH 1/3] Revert "prefix DTB files with PN in deploy dir" Zhihang Wei
2026-04-23 12:19 ` [PATCH 2/3] doc: Restore API-CHANGELOG entry for artifacts naming and path changes Zhihang Wei
2026-04-23 12:19 ` [PATCH 3/3] testsuite: Disable test cases that may fail due to unresolved DTB conflicts Zhihang Wei
2026-04-23 12:56   ` 'MOESSBAUER, Felix' via isar-users [this message]
2026-04-23 13:20     ` Zhihang Wei

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c09eedb9583350341490db2cc832856ee447ef1a.camel@siemens.com \
    --to=isar-users@googlegroups.com \
    --cc=felix.moessbauer@siemens.com \
    --cc=wzh@ilbers.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox