From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7156918641569562624 X-Received: by 2002:a05:651c:95:b0:277:35ea:97b1 with SMTP id 21-20020a05651c009500b0027735ea97b1mr501017ljq.408.1666942750739; Fri, 28 Oct 2022 00:39:10 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:a90d:0:b0:277:1d5b:1cc7 with SMTP id j13-20020a2ea90d000000b002771d5b1cc7ls291959ljq.3.-pod-prod-gmail; Fri, 28 Oct 2022 00:39:09 -0700 (PDT) X-Google-Smtp-Source: AMsMyM5C9p9gcD2psLvGy4z7qRee4DhlTpVI9Jspw1h6W+F0qeS7PwYRPl2CLSZ+iq4EzyK9VM10 X-Received: by 2002:a2e:88c6:0:b0:275:ad8d:f3ec with SMTP id a6-20020a2e88c6000000b00275ad8df3ecmr14438564ljk.273.1666942749197; 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=vmdXOEJxwg55JXN3BWb0aqbRqUuulHDR6dRJLF88FF1RZiit98NNRbFe8Zsvzh1dAN AWz9bl80gAd7W9MMiefLqlvbaYXwJTWAXum1ZpNC9gG4o7+g1cl2Ps+68ddHQnDJ8Jsh 6uyhexBs/+hVG0KdOs2P2luOqp1zJWBen+qe0sEscBKylITC/K6iG+dlReb18YBNVNmF wl7H6N16mmVDc2DwfJxslid0NOTrK6hvlQDBt9rjztMvMNilf/KWYrfEdh5q5U8LB0/g U7GJdK+1tMXMS+K0sOkKBuDKw8t679BPA1j0KKHh2VBcmdC/1mfy7106rmRa1qz2Mrq6 ZQDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from; bh=FAlXDpJ9vW6eZNhtW69e4KAKvSBdbjrKKs+VUsfVLLw=; b=eIao3RlFX5+8u3N6i5Qp5I8l6UeQ/zCJPbaEc6NiXatG2QJhwCBdMs4k50odeoX+Em Z0mHahPgqCDEflc+usWfWMDLaxJSxyfD5w+Dq8yG6XLcU5kvyROhwQ/1njXOqu5WCKAL ILa8TP60kRaV4lzuyAKzgXv+qflRN2Hq0UL8W/TLrg11fUozWqJPwzoUeb5pxnrQ1Im4 bc7/HEFKoKKQMyZ55Pm2I9O6VBu6rczuU3ev/nKyb6Lzdd2mEAajX87GfWZHpRBmHh9x tK8tD37Wfq5V3Wzlerijt1RxZfix5TzAqLFUKBeU7pniqwCN6+AbSPoSS74KYqbn3nAT LKFg== 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 i15-20020a056512340f00b004abdb5d1128si102604lfr.2.2022.10.28.00.39.08 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 29S7d7HK032480 (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 0/3] Add run tests for bookworm images Date: Fri, 28 Oct 2022 09:39:04 +0200 Message-Id: <20221028073907.30136-1-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 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: cwwwnScZX9nc There are some bookworm images that we build in CI, but don't have run tests for them. This patchset does some test rearrangement in the testsuite and adds run tests for existing bookworm images. Changes since v1: - Fixed typo in patch 3 ("amd" => "amd64") Uladzimir Bely (3): Small rework of groups of tests Separate fast and full groups of run tests. Add run tests for bookworm images testsuite/citest.py | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) -- 2.20.1