[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework ver
From: |
Philippe Mathieu-Daudé |
Subject: |
Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0 |
Date: |
Fri, 21 Apr 2023 12:27:09 +0200 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 |
On 21/4/23 12:07, Philippe Mathieu-Daudé wrote:
On 21/4/23 06:09, Cleber Rosa wrote:
Manually using "avocado run --test-runner=nrunner" helps running the
tests but the console output is never displayed (see [*]) and once
finished Avocado lets various QEMU processes running in detached
mode, wasting resources.=
Using this patch:
$ ./tests/venv/bin/avocado --show=console -V run -t arch:aarch64
tests/avocado/boot_*
tests/avocado/boot_linux_console.py:BootLinuxConsole.test_aarch64_raspi3_atf:
ERROR
tests/avocado/boot_linux_console.py:BootLinuxConsole.test_aarch64_xlnx_versal_virt:
ERROR
Not asking for the console output at least show the test being
processed (similar to old runner):
$ ./tests/venv/bin/avocado run -t machine:raspi3b tests/avocado/boot_*
Fetching asset from
tests/avocado/boot_linux_console.py:BootLinuxConsole.test_aarch64_raspi3_atf
JOB ID : 1c963c12f7f07e109ef8480ddf204f02e61f8b8d
JOB LOG :
/Users/philmd/avocado/job-results/job-2023-04-21T12.24-1c963c1/job.log
(1/1)
tests/avocado/boot_linux_console.py:BootLinuxConsole.test_aarch64_raspi3_atf:
STARTED
(1/1)
tests/avocado/boot_linux_console.py:BootLinuxConsole.test_aarch64_raspi3_atf:
ERROR: ConnectError: Failed to establish session: EOFError\n Exit code:
1\n Command: ./qemu-system-aarch64 -display none -vga none -chardev
socket,id=mon,fd=11 -mon chardev=mon,mode=control -machine raspi3b
-serial null -chardev socket,id=console,path=/var/folders... (0.31 s)
RESULTS : PASS 0 | ERROR 1 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 |
CANCEL 0
JOB TIME : 2.20 s
Test summary:
tests/avocado/boot_linux_console.py:BootLinuxConsole.test_aarch64_raspi3_atf:
ERROR
- [PATCH v4 0/6] testing/next: avocado, docs, gitlab, Alex Bennée, 2023/04/17
- [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Alex Bennée, 2023/04/17
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, John Snow, 2023/04/17
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Alex Bennée, 2023/04/17
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Philippe Mathieu-Daudé, 2023/04/20
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, John Snow, 2023/04/20
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Cleber Rosa, 2023/04/21
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Philippe Mathieu-Daudé, 2023/04/21
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0,
Philippe Mathieu-Daudé <=
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Cleber Rosa, 2023/04/21
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Cleber Rosa, 2023/04/20
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Thomas Huth, 2023/04/18
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Cleber Rosa, 2023/04/20
- Re: [PATCH v4 1/6] tests/requirements.txt: bump up avocado-framework version to 101.0, Thomas Huth, 2023/04/21
- [PATCH v4 4/6] gitlab-ci: Avoid to re-run "configure" in the device-crash-test jobs, Alex Bennée, 2023/04/17
- [PATCH v4 2/6] tests/avocado: use the new snapshots for testing, Alex Bennée, 2023/04/17
- [PATCH v4 3/6] tests/avocado: Add set of boot tests on SBSA-ref, Alex Bennée, 2023/04/17