From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7203376969598107648 X-Received: by 2002:aa7:8604:0:b0:593:af1e:15b with SMTP id p4-20020aa78604000000b00593af1e015bmr1823106pfn.4.1677166898967; Thu, 23 Feb 2023 07:41:38 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:902:6b02:b0:19c:b122:6f2d with SMTP id o2-20020a1709026b0200b0019cb1226f2dls4185902plk.2.-pod-prod-gmail; Thu, 23 Feb 2023 07:41:38 -0800 (PST) X-Google-Smtp-Source: AK7set/yIu635atOim6D8vxSXhbtirSErYpxwbezwtPtx1c9wP7jTasIx6e5FwtoyhaiGUA9Cpkd X-Received: by 2002:a17:90b:4c0c:b0:234:409:9754 with SMTP id na12-20020a17090b4c0c00b0023404099754mr15061942pjb.45.1677166898148; Thu, 23 Feb 2023 07:41:38 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1677166898; cv=none; d=google.com; s=arc-20160816; b=nvETKbjVX+3zCN40WKLNcfaKkB/TF3S1APkSkiYlSZhHfiGWiaFKiqqLe8P808Wyd0 URQAObLFAfiq4Q+bb7F4HnIq+MHBhqIBCkQ8A+aLZ0uLMT9T66nBvCKK1XojzWpwxf0G bS/IamLHF/BW087DweLaXv2twVDb+s0+8P25WpzXWTFaz8KgydOGvLjYq/+r2by0FgtT HNV3sLx4nQ7XeWNnj4dD977yHy0UN8iFVCSTNPSqsWPsQRrDBfBWH83tXFXzs3aak/G6 tjOQTqQ5GSf5lhoNaF3cPfP9TSdYcxEk46zz0SMc2rXjA17q2k8A5L9M2ixWT3yBTrgs ekPQ== 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=5PuGvryE03AmueXHv7Cr+6iH6jZ/B4DDi7qt8Zjzpy4=; b=wz75spIIM2EzskRhmNIZwAOtbW4YVZVnWWccgWGSY1nwD/i+wRxB0U2lVEbPN1QFnq d8/bCeXtI0nGppwxnK0PPdOtLfoo2oCna32dHjF8CYK54hSKwAvZyJN1VDGuHrfyZMt6 7RrSKsjMKKeKUmMtqi99T4wwnIiWcIgtaPULiUu9eVKCFayV9Er773Za0kWyPDCaA2Gu pBWERdSC+aZIdHJD3mREiUUh3Z/fqa3kFIff6gz4kuXi/1dOEe7nuzXahQ99Q8feba8n A6wZ/FoJ/O9L+f4Eh5bxgnA8iqzyJTjrpMCGtvDUtl/j4mg0NkN3zw8NZok9xmHrJobs 3t5g== 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 jx5-20020a17090b46c500b00233c40c325asi710510pjb.1.2023.02.23.07.41.37 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 23 Feb 2023 07:41:37 -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 user-B660.. ([85.254.74.12]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 31NFfWLM020691 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 23 Feb 2023 16:41:35 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH 01/11] CI: Update Avocado version Date: Thu, 23 Feb 2023 17:41:21 +0200 Message-Id: <20230223154131.132362-2-amikan@ilbers.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230223154131.132362-1-amikan@ilbers.de> References: <20230223154131.132362-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: xsFDC+Rwxa9l Dump Avocado framework version to 100.1 This requires removing deprecated nrunner suffix. Signed-off-by: Anton Mikanovich --- scripts/ci_build.sh | 4 ++-- testsuite/README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh index 5350ad8..37d51f7 100755 --- a/scripts/ci_build.sh +++ b/scripts/ci_build.sh @@ -22,7 +22,7 @@ if ! command -v avocado > /dev/null; then virtualenv --python python3 /tmp/avocado_venv # shellcheck source=/dev/null source /tmp/avocado_venv/bin/activate - pip install avocado-framework==99.0 + pip install avocado-framework==100.1 fi # Get Avocado build tests path @@ -133,5 +133,5 @@ export VIRTUAL_ENV="./" set -x avocado ${VERBOSE} run "${TESTSUITE_DIR}/citest.py" \ - -t "${TAGS}" --nrunner-max-parallel-tasks=1 --disable-sysinfo \ + -t "${TAGS}" --max-parallel-tasks=1 --disable-sysinfo \ -p quiet="${QUIET}" -p time_to_wait="${TIMEOUT}" diff --git a/testsuite/README.md b/testsuite/README.md index 50698da..d8adc7f 100644 --- a/testsuite/README.md +++ b/testsuite/README.md @@ -15,25 +15,25 @@ $ pip install avocado-framework==99.0 ## Quick developers test ``` -$ avocado run ../testsuite/citest.py -t dev --nrunner-max-parallel-tasks=1 +$ avocado run ../testsuite/citest.py -t dev --max-parallel-tasks=1 ``` ## Single target test ``` -$ avocado run ../testsuite/citest.py -t single --nrunner-max-parallel-tasks=1 -p machine=qemuamd64 -p distro=bullseye +$ avocado run ../testsuite/citest.py -t single --max-parallel-tasks=1 -p machine=qemuamd64 -p distro=bullseye ``` ## Fast build test ``` -$ avocado run ../testsuite/citest.py -t fast --nrunner-max-parallel-tasks=1 -p quiet=1 +$ avocado run ../testsuite/citest.py -t fast --max-parallel-tasks=1 -p quiet=1 ``` ## Full build test ``` -$ avocado run ../testsuite/citest.py -t full --nrunner-max-parallel-tasks=1 -p quiet=1 +$ avocado run ../testsuite/citest.py -t full --max-parallel-tasks=1 -p quiet=1 ``` ## Fast boot test -- 2.34.1