From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7051935478602268672 X-Received: by 2002:a05:651c:54f:: with SMTP id q15mr2907140ljp.187.1642397469491; Sun, 16 Jan 2022 21:31:09 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:bf18:: with SMTP id c24ls1840899ljr.9.gmail; Sun, 16 Jan 2022 21:31:08 -0800 (PST) X-Google-Smtp-Source: ABdhPJwQGLSpwHl/tGJcslSBpsOsT77g+++UUZ/2d5ZpjSQqHjgV/g9D2Znd/6Br8bnbzecbE6AY X-Received: by 2002:a2e:989a:: with SMTP id b26mr14644978ljj.184.1642397468541; Sun, 16 Jan 2022 21:31:08 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1642397468; cv=none; d=google.com; s=arc-20160816; b=RH0Be9K30BT2CCBUeBxhGm7RUA+kZsROplKzISdiWAPqCSEC6hh1bvc/HlFBChA/7U ZhjqmP8rCFr+Jkvq71OMerGuOvjGJBRsurGhQDtZIZVf2d3u7vdIvu8KNawGZsijSI/9 pjVG7OL2N/byBl6PqrJdaJjdmzOT9KzklSm6Tisfj9TJ/D4YNV4uRZAtHyQtDGP7em2T aflOIhsDCexDBB4TUOevmSSUTFx3sNwVMg6iOz/vC4SSjPczL6dRlgJbwsjQY3FGVaxG kZXwd5SgpZPDF4L8C1SE5IicDikkIYhbBg2fFOqTT1HZ4PXqXizC9wSOsOSEZiGbwaMt SpWg== 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=NOKrpO29InMMP74ETV5ckW68vN7EX6TCMCvoWKEacow=; b=gHITLOyhAVFeHlT0Wvj+OjNr+GN6bydPARKjJ3ebxmeup2PCMnTCDfuopi+KQlnM7n Ma2XPwVBzhXtDVBTvAVwB9vHWoknklQSOr3tRkwghxOc4GJgbrw7KBuUG+5g8vEqFsXe CSatWq9H7SUv++b/2UNunnqT6eJhlugQsVtwi62IvUSnw8dQi0aQqmpcbNV4LkxEsQ/1 l8WF5STaLaUww8eX3CzxvRrOBbece3SXvmtn6npp/e5BAHUyTtSJDWN2qJigeHfekQOw UUu3fdsgk7d0+Vv/Ua2E2pB7hFGLr8snjcjv8cGPwPcq+x10JlLv13Csg9IQsNdHreUw NOZw== 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 v18si584651ljb.6.2022.01.16.21.31.08 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 16 Jan 2022 21:31:08 -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-85-69-214-37.mgts.dynamic.pppoe.byfly.by [37.214.69.85] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 20H5Uwt3015249 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 17 Jan 2022 06:31:07 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v4 08/10] CI: Move qemu-stretch targets to bullseye Date: Mon, 17 Jan 2022 08:30:49 +0300 Message-Id: <20220117053051.250400-9-amikan@ilbers.de> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220117053051.250400-1-amikan@ilbers.de> References: <20220117053051.250400-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: C8X5vFv0SFf1 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 | 19 +++++++------------ testsuite/vm_boot_test/vm_boot_test.py | 12 ++++++------ 2 files changed, 13 insertions(+), 18 deletions(-) diff --git a/testsuite/build_test/build_test.py b/testsuite/build_test/build_test.py index f1a90c9..2fe07fc 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:qemumipsel-buster:isar-image-base', 'mc:qemumipsel-bullseye:isar-image-base', 'mc:qemuriscv64-sid-ports:isar-image-base', @@ -180,7 +175,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