public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Uladzimir Bely <ubely@ilbers.de>
To: isar-users@googlegroups.com
Subject: [PATCH v2 1/3] Small rework of groups of tests
Date: Fri, 28 Oct 2022 09:39:05 +0200	[thread overview]
Message-ID: <20221028073907.30136-2-ubely@ilbers.de> (raw)
In-Reply-To: <20221028073907.30136-1-ubely@ilbers.de>

This is mostly cosmetic change that just aligns some tests with
test groups they belong:
 - move mc:qemuarm64-bookworm:isar-image-base under proper group;
 - change confusing test group name under ContainerImageTest.

Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
 testsuite/citest.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testsuite/citest.py b/testsuite/citest.py
index 448e866e..9335b04b 100755
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -72,7 +72,6 @@ class CrossTest(CIBaseTest):
             'mc:qemuarm-buster:isar-image-base',
             'mc:qemuarm-bullseye:isar-image-base',
             'mc:qemuarm64-bullseye:isar-image-base',
-            'mc:qemuarm64-bookworm:isar-image-base',
             'mc:de0-nano-soc-bullseye:isar-image-base',
             'mc:stm32mp15x-buster:isar-image-base'
                   ]
@@ -104,7 +103,8 @@ class CrossTest(CIBaseTest):
 
     def test_cross_bookworm(self):
         targets = [
-            'mc:qemuarm-bookworm:isar-image-base'
+            'mc:qemuarm-bookworm:isar-image-base',
+            'mc:qemuarm64-bookworm:isar-image-base'
                   ]
 
         self.init()
@@ -255,7 +255,7 @@ class ContainerImageTest(CIBaseTest):
     :avocado: tags=containerbuild,fast,full,container
     """
     @skipUnless(UMOCI_AVAILABLE and SKOPEO_AVAILABLE, 'umoci/skopeo not found')
-    def test_nocross(self):
+    def test_container_image(self):
         targets = [
             'mc:container-amd64-stretch:isar-image-base',
             'mc:container-amd64-buster:isar-image-base',
-- 
2.20.1


  reply	other threads:[~2022-10-28  7:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-28  7:39 [PATCH v2 0/3] Add run tests for bookworm images Uladzimir Bely
2022-10-28  7:39 ` Uladzimir Bely [this message]
2022-10-28  7:39 ` [PATCH v2 2/3] Separate fast and full groups of run tests Uladzimir Bely
2022-10-28  7:39 ` [PATCH v2 3/3] Add run tests for bookworm images Uladzimir Bely
2022-11-04 12:49 ` [PATCH v2 0/3] " Anton Mikanovich

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=20221028073907.30136-2-ubely@ilbers.de \
    --to=ubely@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /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