From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7044177814297247744 X-Received: by 2002:a2e:bd17:: with SMTP id n23mr2818336ljq.64.1640100463464; Tue, 21 Dec 2021 07:27:43 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:a7c4:: with SMTP id x4ls3048314ljp.8.gmail; Tue, 21 Dec 2021 07:27:42 -0800 (PST) X-Google-Smtp-Source: ABdhPJwtGskBydhUMBr5aNURSaupyrK6bS1BooIhIGV+VpL2x56XBzkISOCYbTgCok50TZlPmEXr X-Received: by 2002:a2e:9dcf:: with SMTP id x15mr2941644ljj.223.1640100462476; Tue, 21 Dec 2021 07:27:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1640100462; cv=none; d=google.com; s=arc-20160816; b=sxzunMSz9mhseH9+5IUH/Ixi2J0YqJLcNYoCFI9/dUCrEgo0ZJOCZgEW9vu0PBjcMZ 8biEjF0R63Q/uwd8JeyD/h10ZehS3l/pVqZsR0au4Du5IXBxAI5bZ0eUXRnf2nsvVpAD S+HnBX/N+PiXs8Vh2a7gWocrDtp/4PoHIY7LNBDh/Y7dlRLXZUFYUk8UK69O5F37ZK5m H0OV47MIXtWs1faX+OtjKNShaoWMw3oV1rFTfiXEP/wbHaH6VpR6gfgPxF5QYSBJlUM5 +pBBz86A5ONwemsfVoXMJ7rs/4M1Dc0yIvUN47FgzNoODZtk/ADFhSkQDe7vc+WxD4CE obaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=UDv+B0sRkigtG+KbpE/jpBh5YtMPOYG6JdwQubpUaRA=; b=m1U0vDh2nfNPZEGzwOMaxcC7WA/aqc6h4rLp1cdVyujLjVuCzxDLsNItYdn/TJz1md MQBDSA/vUWA+yd3N4tc/cWs/7+SYC6inkM8mwxIruygRRYURt5voyqNLYWnFzyZVvv5S ASDHI4LiUCCuvEPcVd+Jmv487K8F4VhnrRsBHIelsZyyQc9q6woXwWDc+vuturF/Ucuk JvShSt9tJ2i1hAubt2bwPLBZ3ifs2/wLhFJYtS7MGcMna/pUKlK4NeEikwpeijWElc8c +on1MfgNXtInc5/jWogCMoJ+XBoT9l5bhFKVzxp5hTdi5T8pqoOkMeV99kxk2YHTxJEC A1YA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id g42si113278lfv.2.2021.12.21.07.27.42 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 21 Dec 2021 07:27:42 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from localhost.localdomain (mm-207-69-214-37.mgts.dynamic.pppoe.byfly.by [37.214.69.207] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 1BLFRVY4002452 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Dec 2021 16:27:41 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH 08/10] CI: Move qemu-stretch targets to bullseye Date: Tue, 21 Dec 2021 18:27:22 +0300 Message-Id: <20211221152724.45261-9-amikan@ilbers.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211221152724.45261-1-amikan@ilbers.de> References: <20211221152724.45261-1-amikan@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: cMVAuyzk0XJn Update common test targets from oldoldstable stretch to the current stable bullseye. Left qemui386-stretch for backward compatibility testing. Signed-off-by: Anton Mikanovich --- testsuite/build_test/build_test.py | 25 ++++++++++--------------- testsuite/vm_boot_test/vm_boot_test.py | 12 ++++++------ 2 files changed, 16 insertions(+), 21 deletions(-) diff --git a/testsuite/build_test/build_test.py b/testsuite/build_test/build_test.py index 5bc9ed0..481df01 100644 --- a/testsuite/build_test/build_test.py +++ b/testsuite/build_test/build_test.py @@ -27,15 +27,15 @@ class ReproTest(CIBaseTest): def test_repro_signed(self): targets = [ 'mc:de0-nano-soc-bullseye:isar-image-base', - 'mc:qemuarm64-stretch:isar-image-base' + 'mc:qemuarm64-bullseye:isar-image-base' ] self.perform_repro_test(targets, 1) def test_repro_unsigned(self): targets = [ - 'mc:qemuamd64-stretch:isar-image-base', - 'mc:qemuarm-stretch:isar-image-base' + 'mc:qemuamd64-bullseye:isar-image-base', + 'mc:qemuarm-bullseye:isar-image-base' ] self.perform_repro_test(targets, 0) @@ -60,11 +60,9 @@ class CrossTest(CIBaseTest): """ def test_cross(self): targets = [ - 'mc:qemuarm-stretch:isar-image-base', 'mc:qemuarm-buster:isar-image-base', 'mc:qemuarm-bullseye:isar-image-base', - 'mc:qemuarm64-stretch:isar-image-base', - 'mc:qemuamd64-stretch:isar-image-base', + 'mc:qemuarm64-bullseye:isar-image-base', 'mc:de0-nano-soc-bullseye:isar-image-base', 'mc:stm32mp15x-buster:isar-image-base', 'mc:rpi-stretch:isar-image-base' @@ -100,7 +98,7 @@ class SdkTest(CIBaseTest): :avocado: tags=sdk,fast,full """ def test_sdk(self): - targets = ['mc:qemuarm-stretch:isar-image-base'] + targets = ['mc:qemuarm-bullseye:isar-image-base'] self.perform_build_test(targets, 1, 'do_populate_sdk') @@ -113,20 +111,17 @@ class NoCrossTest(CIBaseTest): """ def test_nocross(self): targets = [ - 'mc:qemuarm-stretch:isar-image-base', 'mc:qemuarm-buster:isar-image-base', 'mc:qemuarm-bullseye:isar-image-base', - 'mc:qemuarm64-stretch:isar-image-base', + 'mc:qemuarm64-bullseye:isar-image-base', 'mc:qemui386-stretch:isar-image-base', 'mc:qemui386-buster:isar-image-base', 'mc:qemui386-bullseye:isar-image-base', - 'mc:qemuamd64-stretch:isar-image-base', 'mc:qemuamd64-buster:isar-image-base', - 'mc:qemuamd64-buster-tgz:isar-image-base', - 'mc:qemuamd64-buster-cpiogz:isar-image-base', - 'mc:qemuamd64-buster:isar-initramfs', 'mc:qemuamd64-bullseye:isar-image-base', - 'mc:qemumipsel-stretch:isar-image-base', + 'mc:qemuamd64-bullseye-tgz:isar-image-base', + 'mc:qemuamd64-bullseye-cpiogz:isar-image-base', + 'mc:qemuamd64-bullseye:isar-initramfs', 'mc:qemumipsel-buster:isar-image-base', 'mc:qemumipsel-bullseye:isar-image-base', 'mc:qemuriscv64-sid-ports:isar-image-base', @@ -181,7 +176,7 @@ class RebuildTest(CIBaseTest): file.write('do_fetch_append() {\n\n}') try: - self.perform_build_test('mc:qemuamd64-stretch:isar-image-base', + self.perform_build_test('mc:qemuamd64-bullseye:isar-image-base', is_cross_build, None) finally: self.restorefile(dpkgbase_file) diff --git a/testsuite/vm_boot_test/vm_boot_test.py b/testsuite/vm_boot_test/vm_boot_test.py index 01623c5..d609d32 100644 --- a/testsuite/vm_boot_test/vm_boot_test.py +++ b/testsuite/vm_boot_test/vm_boot_test.py @@ -100,17 +100,17 @@ class VmBootTestFast(VmBase): :avocado: tags=fast,full """ - def test_arm_stretch(self): - self.vm_start('arm','stretch') + def test_arm_bullseye(self): + self.vm_start('arm','bullseye') def test_arm_buster(self): self.vm_start('arm','buster') - def test_arm64_stretch(self): - self.vm_start('arm64','stretch') + def test_arm64_bullseye(self): + self.vm_start('arm64','bullseye') - def test_amd64_stretch(self): - self.vm_start('amd64','stretch') + def test_amd64_bullseye(self): + self.vm_start('amd64','bullseye') class VmBootTestFull(VmBase): -- 2.25.1