From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v2 01/12] CI: Update Avocado version
Date: Fri, 3 Mar 2023 16:47:16 +0200 [thread overview]
Message-ID: <20230303144727.481716-2-amikan@ilbers.de> (raw)
In-Reply-To: <20230303144727.481716-1-amikan@ilbers.de>
Dump Avocado framework version to 100.1
This requires removing deprecated nrunner suffix.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
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
next prev parent reply other threads:[~2023-03-03 14:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-03 14:47 [PATCH v2 00/12] Next avocado improvements Anton Mikanovich
2023-03-03 14:47 ` Anton Mikanovich [this message]
2023-03-03 14:47 ` [PATCH v2 02/12] CI: Add avocado version checking Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 03/12] scripts: Add option to directly specify avocado tags Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 04/12] gitlab-ci.yml: Run dev tests set on push Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 05/12] CI: Set default QEMU timeout to 10 minutes Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 06/12] CI: Make quiet option to be set by default Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 07/12] CI: Remove norun option Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 08/12] CI: Enable sstate dir sharing Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 09/12] CI: Enable ccache " Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 10/12] CI: Add Jenkins pipeline configuration Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 11/12] CI: Update avocado install documentation Anton Mikanovich
2023-03-03 14:47 ` [PATCH v2 12/12] CI: Add documentation for test case creation Anton Mikanovich
2023-03-07 4:10 ` [PATCH v2 00/12] Next avocado improvements Uladzimir Bely
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230303144727.481716-2-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox