From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7044177814297247744 X-Received: by 2002:a05:6512:230f:: with SMTP id o15mr23754657lfu.348.1640844812128; Wed, 29 Dec 2021 22:13:32 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:99c5:: with SMTP id l5ls1616565ljj.9.gmail; Wed, 29 Dec 2021 22:13:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJwLAOUehFWm19/zwt0VdjCieZp0uxc1Ki9flB/Kcvg/Zt5eubbdphLTMSWAb2lNcYha9DWy X-Received: by 2002:a2e:b803:: with SMTP id u3mr22865691ljo.503.1640844811143; Wed, 29 Dec 2021 22:13:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1640844811; cv=none; d=google.com; s=arc-20160816; b=fjKcTd/PIpoOXJS2YzcWA+eRBCqmkHpKcqHxQmacwevjn98jILU3LbOKwPSUYB5ajE V3Grqtp9aeUb3EoLZY3CyMGK+G9dAru4OJeHPh4Ggx6N91s3UrdEDVfIGXm6qZiIeCqp COSE9eL8EwwKwoIQIusAA8cZiWlxbFP4xR95yo3dlMzxvSvZrtqK63y645pWrHP5JCnX 7Nx2spvnCL1VrX8L/3dUyDnWQdEFLlHg4eD8gsT+a4amGFutWFnotrcgGPK19M9y4daB KZ6eu5dSN2nZ7lulXbyL0qIKeu0nuA+sjuXpGc1wFwgH/K+LFnbt1dkH1sNqZsY2gVes 8bVQ== 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=nmWFpR3RbmjcRDRIfSRQ9xiUEy7EUOtnGwFcwE6aIlZdiYYG73q2Lt7FuldL5jqJzZ yK8+Ur9FkJMOYYaUy22oVAjY4jbnvDBHdm44s7y9/fjQcWJ9fAmzqodoBNk3F0WFxyXW p/Rm2g3QlwaMEmS4zrvUH4IJLqVYefP0MqYky7YTMSOceDZqOfbKFw04ntiF/ksngCzO PFh+dimrI8mAZSlkDDcLCfTv9hHxFkkqXjRsC8JNLd2PiGPp48/viZPJkuXW2/2fSQbA DJhB6hyASoMT/E8iGpJEyQxSm4HihadN6KYEZtMJKxBove6PYKrku4fqoQ26PF8plU/3 GrFg== 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 i2si1122051lfr.4.2021.12.29.22.13.31 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 29 Dec 2021 22:13:31 -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-6-29-214-37.mgts.dynamic.pppoe.byfly.by [37.214.29.6] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 1BU6DK6V005180 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 30 Dec 2021 07:13:30 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v2 8/9] CI: Move qemu-stretch targets to bullseye Date: Thu, 30 Dec 2021 09:13:12 +0300 Message-Id: <20211230061313.236578-9-amikan@ilbers.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211230061313.236578-1-amikan@ilbers.de> References: <20211230061313.236578-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: FG9GJdCIjJVX 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