From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH 5/6] CI: Rename build_test.py to citest.py
Date: Tue, 22 Feb 2022 10:12:58 +0300 [thread overview]
Message-ID: <20220222071259.157349-6-amikan@ilbers.de> (raw)
In-Reply-To: <20220222071259.157349-1-amikan@ilbers.de>
It is no more just build test after adding QEMU start testing.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
scripts/ci_build.sh | 2 +-
scripts/vm_smoke_test | 2 +-
testsuite/{build_test.py => citest.py} | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename testsuite/{build_test.py => citest.py} (100%)
diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh
index ea69553..41257cb 100755
--- a/scripts/ci_build.sh
+++ b/scripts/ci_build.sh
@@ -135,6 +135,6 @@ export VIRTUAL_ENV="./"
# the real stuff starts here, trace commands from now on
set -x
-avocado $VERBOSE run "$TESTSUITE_DIR/build_test.py" \
+avocado $VERBOSE run "$TESTSUITE_DIR/citest.py" \
-t $TAGS --test-runner=runner --disable-sysinfo \
-p quiet=$QUIET -p cross=$CROSS_BUILD
diff --git a/scripts/vm_smoke_test b/scripts/vm_smoke_test
index 28c959a..5c16d86 100755
--- a/scripts/vm_smoke_test
+++ b/scripts/vm_smoke_test
@@ -95,7 +95,7 @@ logs_dir = $BUILD_DIR/job-results
EOF
export VIRTUAL_ENV="./"
-if avocado $VERBOSE run "$TESTSUITE_DIR/build_test.py" -t $TAGS,startvm \
+if avocado $VERBOSE run "$TESTSUITE_DIR/citest.py" -t $TAGS,startvm \
--test-runner=runner --disable-sysinfo \
-p build_dir="$BUILD_DIR" -p time_to_wait=$TIMEOUT; then
RET=$ES_OK
diff --git a/testsuite/build_test.py b/testsuite/citest.py
similarity index 100%
rename from testsuite/build_test.py
rename to testsuite/citest.py
--
2.25.1
next prev parent reply other threads:[~2022-02-22 7:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-22 7:12 [PATCH 0/6] Unify build and run test cases Anton Mikanovich
2022-02-22 7:12 ` [PATCH 1/6] CI: Reorganize testsuite folders Anton Mikanovich
2022-02-22 7:12 ` [PATCH 2/6] CI: Migrate all tests to one location Anton Mikanovich
2022-02-22 7:12 ` [PATCH 3/6] CI: Adopt vm_start test logging Anton Mikanovich
2022-02-22 7:12 ` [PATCH 4/6] CI: Do not run QEMU start tests from Gitlab Anton Mikanovich
2022-02-22 7:12 ` Anton Mikanovich [this message]
2022-02-22 7:12 ` [PATCH 6/6] CI: Change QEMU boot logs format Anton Mikanovich
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=20220222071259.157349-6-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