From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7156918641569562624 X-Received: by 2002:a2e:a374:0:b0:277:2463:cfc1 with SMTP id i20-20020a2ea374000000b002772463cfc1mr4171451ljn.43.1666942751154; Fri, 28 Oct 2022 00:39:11 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:a90d:0:b0:277:1d5b:1cc7 with SMTP id j13-20020a2ea90d000000b002771d5b1cc7ls291967ljq.3.-pod-prod-gmail; Fri, 28 Oct 2022 00:39:09 -0700 (PDT) X-Google-Smtp-Source: AMsMyM4twzJi/aU5JcMQgV0DO/y70PjNWUQ1DMBLx2wW4wuueGvm8cnU9NSlg5r5AG3x21q/plj6 X-Received: by 2002:a2e:834c:0:b0:277:24e1:7b80 with SMTP id l12-20020a2e834c000000b0027724e17b80mr3841228ljh.302.1666942749698; Fri, 28 Oct 2022 00:39:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1666942749; cv=none; d=google.com; s=arc-20160816; b=LbSCuW8K7/iJgeE9mk6rHT8xavLqyOtqVSrVGX6kPYksGXk8XTRqX8zo22RG7PL7SZ 3rEXUACvF5Cs68o+xr85cBjYoFBhSJBHS73gMGCi/O8HGeqPjrLzhI/S+icZ0glozryK +XusGrgcI5rwABmQfBhYpOICa1Fajpd3GzG57ARahNIz4/pkQPy/hIYeLAowsauTMuKG 2/1Q802RDs8IpJK0t5aEsQnlNigZtacXcgfDfeWZtFnyBGgUEd8WPhNIRQ4skYVdqaKO BTPJjNiHfhUnyI83KNOiLEVPusk/G9tOCw3j8Tgev1iUanFeO39Ga4AfzT5NE7mt8GdQ jEnA== 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:to:from; bh=E7ZqgQeRZ9KFqdwhYKnsWK+cwMplj3VTt99i0vxT5c8=; b=h2amUri+1HrGquOVu1JXYmLrmohw7r34OsCPZmqr2zES3amG5Vpi/Xm2lWWhu8yUaO xDLIgVGe4jwGEd0yBUsGplBcb6nKZpdXZ7vw3aScyST0acMoZdmgov2mSwTaQX+LHUXj xmCHPo37UK6MUGQo4aQRJeWy3dKo1AwA+fRGDCNvhhXmy8XzZE+qY6b9GjDbW4LbBQ/1 +shyrAIlaUfUlktXfw4alliIXzBS+zzrNwI49EpLqmYzyGinKsK1ACwFE7JGI2HG8i8s TaDIWjiMRT3w4H4EnBaQv/aQYgpjRVM5N+cTMrVMnG4QVyUp09EGYnKh1OzECc5j2OCd CJcg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id s12-20020a2eb62c000000b002772f154176si90556ljn.1.2022.10.28.00.39.09 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Fri, 28 Oct 2022 00:39:09 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@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 ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 29S7d7HN032480 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 28 Oct 2022 09:39:08 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v2 3/3] Add run tests for bookworm images Date: Fri, 28 Oct 2022 09:39:07 +0200 Message-Id: <20221028073907.30136-4-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221028073907.30136-1-ubely@ilbers.de> References: <20221028073907.30136-1-ubely@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: L6nIgzLNQDJA We build several bookworm-based images, but don't test if they are run by qemu. Here we simply add run tests for them and it costs almost nothing (few seconds needed to run an image until login prompt reached). Signed-off-by: Uladzimir Bely --- testsuite/citest.py | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/testsuite/citest.py b/testsuite/citest.py index b161c967..2dc78015 100755 --- a/testsuite/citest.py +++ b/testsuite/citest.py @@ -317,6 +317,10 @@ class VmBootTestFast(CIBaseTest): self.init() self.vm_start('amd64','bullseye') + def test_arm_bookworm(self): + self.init() + self.vm_start('arm','bookworm') + class VmBootTestFull(CIBaseTest): """ @@ -358,3 +362,19 @@ class VmBootTestFull(CIBaseTest): def test_amd64_focal(self): self.init() self.vm_start('amd64','focal') + + def test_amd64_bookworm(self): + self.init() + self.vm_start('amd64','bookworm') + + def test_arm_bookworm(self): + self.init() + self.vm_start('arm','bookworm') + + def test_i386_bookworm(self): + self.init() + self.vm_start('i386','bookworm') + + def test_mipsel_bookworm(self): + self.init() + self.vm_start('mipsel','bookworm') -- 2.20.1