Re: [Avocado-devel] Ways to solve asset fetcher clashes

2018-06-21 Thread Philippe Mathieu-Daudé
Hi Lukáš, On 06/18/2018 11:50 PM, Cleber Rosa wrote: > On 06/12/2018 02:27 PM, Lukáš Doktor wrote: [...] >> Hashed url dir >> -- >> >> I can see multiple options. Cleber proposed in >> https://github.com/avocado-framework/avocado/pull/2652 to create in such >> case dir based

Re: [Avocado-devel] [RFC PATCH 0/7] avocado: Add acceptance tests parsing the Linux boot console

2018-04-20 Thread Philippe Mathieu-Daudé
> Cross-posting qemu-devel + avocado-devel. > >> While previously working on a Super I/O refactor, I encountered some problems >> at runtime, after building the codebase successfully and running qtests. >> I had to manually start to boot different guests and check the bootlog. >> >> I wanted to

Re: [Avocado-devel] All systems go

2018-10-02 Thread Philippe Mathieu-Daudé
On Tue, Oct 2, 2018 at 11:28 AM Alan Martinovic wrote: > the KVM forum seems to be happening at the same time as the embedded Linux > conference > which I'll be attending. > Are you planning any Avocado related talks or hackatons? I doubt I'll be available for hackatons but I'm in for a beer :)

Re: [Avocado-devel] [Qemu-devel] Publishing binary images for testing

2019-06-16 Thread Philippe Mathieu-Daudé
Hi Cleber, On 5/11/18 4:27 PM, Cleber Rosa wrote: > On 05/11/2018 09:55 AM, Eduardo Habkost wrote: >> (CCing Cleber and avocado-devel in case they have suggestions) >> >> On Tue, May 08, 2018 at 12:47:52PM -0300, Philippe Mathieu-Daudé wrote: >> [...] >>> Iron

Re: [Avocado-devel] [Qemu-devel] Publishing binary images for testing

2019-08-16 Thread Philippe Mathieu-Daudé
ping? :) On 6/17/19 7:17 AM, Philippe Mathieu-Daudé wrote: > Hi Cleber, > > On 5/11/18 4:27 PM, Cleber Rosa wrote: >> On 05/11/2018 09:55 AM, Eduardo Habkost wrote: >>> (CCing Cleber and avocado-devel in case they have suggestions) >>> >>> On Tue,

Re: [Avocado-devel] Avocado release 75.1: Voyage to the Prehistoric Planet

2020-02-04 Thread Philippe Mathieu-Daudé
On 1/21/20 2:58 PM, Cleber Rosa wrote: Hello everyone, This is yet another Avocado release announcement: 75.1 is now available! Release Notes = Since we host the release notes alongside our official documentation, please refer to the following link for the complete information

[Avocado-devel] How to set a limit and clear Avocado cache?

2020-01-21 Thread Philippe Mathieu-Daudé
Hello, Today I ran out of space in my /home, I ran the 'baobab' tool and while the first bigger directory was obvious to me (~/.ccache), the second wasn't: ~/avocado/data/cache/by_location/, with various GiB. Note, this directory is not listed in my config... $ avocado config | fgrep

[Avocado-devel] [PATCH] docs/devel/testing.rst: Update outdated Avocado URLs

2020-10-10 Thread Philippe Mathieu-Daudé
Avocado documentation referred returns 404 error. Update the broken links. Signed-off-by: Philippe Mathieu-Daudé --- docs/devel/testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst index bd64c1bdcdd..23a1697d9f4

Re: [Avocado-devel] runaway avocado

2020-10-26 Thread Philippe Mathieu-Daudé
Cc'ing avocado-devel@ On 10/26/20 11:35 PM, Peter Maydell wrote: So, I somehow ended up with this process still running on my local machine after a (probably failed) 'make check-acceptance': petmay01 13710 99.7 3.7 2313448 1235780 pts/16 Sl 16:10 378:00 ./qemu-system-aarch64 -display none

Re: [Avocado-devel] [RFC PATCH 4/4] tests/acceptance: Test U-Boot/Linux from Armbian 20.08 on Orange Pi PC

2020-10-25 Thread Philippe Mathieu-Daudé
Cc'ing avocado-devel@ On 10/26/20 12:35 AM, Niek Linnenbank wrote: On Sun, Oct 25, 2020 at 3:17 AM Bin Meng > wrote: On Sun, Oct 25, 2020 at 5:01 AM Niek Linnenbank mailto:nieklinnenb...@gmail.com>> wrote: ... > After applying that change, all Orange Pi

[Avocado-devel] Avocado error fetching QEMU boot_linux.py assets

2020-07-23 Thread Philippe Mathieu-Daudé
Hi, [cross list post] Using QEMU at commit 3cbc8970f5 I'm getting this error: Fetching assets from tests/acceptance/boot_linux_console.py. Fetching assets from tests/acceptance/boot_linux.py. Traceback (most recent call last): File "/usr/lib64/python3.7/runpy.py", line 193, in

Re: [Avocado-devel] [PATCH 0/1] target/arm: Fix SCR_EL3 migration issue

2021-02-03 Thread Philippe Mathieu-Daudé
Cc'ing avocado-devel for test idea. On 1/28/21 3:31 PM, michael.nawrocki--- via wrote: > The SCR_EL3 register reset value (0) and the value produced when > writing 0 via the scr_write function (set as writefn in the register > struct) differ. This causes migration to fail. > > I believe the

Re: [Avocado-devel] [PATCH] docs/system: document an example vexpress-a15 invocation

2021-02-03 Thread Philippe Mathieu-Daudé
Cc'ing avocado-devel for test idea. On 1/28/21 7:53 PM, Alex Bennée wrote: > The wiki and the web are curiously absent of the right runes to boot a > vexpress model so I had to work from first principles to work it out. > Use the more modern -drive notation so alternative backends can be > used

Re: [Avocado-devel] ARM Snapshots Not Backwards-Compatible

2021-02-03 Thread Philippe Mathieu-Daudé
at 10:28, Dr. David Alan Gilbert >>>> wrote: >>>>> >>>>> * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: >>>>>> Cc'ing migration team and qemu-arm@ list. >>>>> >>>>> I'll have to leave the detail of that

Re: [Avocado-devel] [Qemu-devel] [PATCH v2] pc: Don't make die-id mandatory unless necessary

2021-02-03 Thread Philippe Mathieu-Daudé
Cc'ing avocado-devel for test ideas. On 8/28/19 6:57 PM, Igor Mammedov wrote: > On Wed, 28 Aug 2019 11:35:24 -0300 > Eduardo Habkost wrote: > >> On Wed, Aug 28, 2019 at 08:52:28AM +0200, Markus Armbruster wrote: ... >>> In addition, I'd like us to either work on making the rule stick in the >>>

Re: [Avocado-devel] [PATCH 12/21] hw/arm: Let the machine be the owner of the system memory

2021-02-03 Thread Philippe Mathieu-Daudé
Cc'ing avocado-devel for test idea. On 10/21/19 4:57 PM, Dr. David Alan Gilbert wrote: > * Philippe Mathieu-Daudé (phi...@redhat.com) wrote: >> Cc'ing Paolo/David. >> >> On 10/21/19 11:39 AM, Peter Maydell wrote: >>> On Mon, 21 Oct 2019 at 10:34, Phil

Re: [Avocado-devel] qemu broke booting of old RedHat floppies

2021-02-03 Thread Philippe Mathieu-Daudé
Cc'ing avocado-devel for test idea. On 1/20/21 4:11 PM, Michael Tokarev wrote: > As someone noticed on IRC, old (2.x) RedHat floppies does not boot > in current qemu.  When qemu is booted from floppy image at >  https://archive.org/details/RedHatLinuxBootDisk521998 > (download the "ISO image"

Re: [Avocado-devel] acceptance-system-fedora and acceptance-system-centos failing sporadically with timeout?

2021-02-05 Thread Philippe Mathieu-Daudé
On 2/5/21 5:49 PM, Thomas Huth wrote: > On 05/02/2021 17.43, Philippe Mathieu-Daudé wrote: >> Cc'ing Avocado team & John (Python inferior exit delay?). >> >> On 1/28/21 11:10 AM, Thomas Huth wrote: >>> On 28/01/2021 10.45, Claudio Fontana wrote: >>>&

Re: [Avocado-devel] acceptance-system-fedora and acceptance-system-centos failing sporadically with timeout?

2021-02-05 Thread Philippe Mathieu-Daudé
Cc'ing Avocado team & John (Python inferior exit delay?). On 1/28/21 11:10 AM, Thomas Huth wrote: > On 28/01/2021 10.45, Claudio Fontana wrote: >> >> is it just me, or is the CI sometimes failing with timeout? >> >> Fedora: >> https://gitlab.com/hw-claudio/qemu/-/jobs/986936506 > > I've sent a

Re: [Avocado-devel] [PATCH] hw/char/pl011: Fix clock migration failure

2021-03-17 Thread Philippe Mathieu-Daudé
+Beraldo On 3/17/21 1:54 PM, Andrew Jones wrote: > On Wed, Mar 17, 2021 at 11:14:56AM +, Peter Maydell wrote: >> On Wed, 17 Mar 2021 at 10:59, Gavin Shan wrote: >>> >>> Hi Peter, >>> >>> On 3/17/21 9:40 PM, Peter Maydell wrote: On Wed, 17 Mar 2021 at 10:37, Gavin Shan wrote: > On

Re: [Avocado-devel] Problem running functional tests from China

2021-02-24 Thread Philippe Mathieu-Daudé
On 2/24/21 1:08 PM, Daniel P. Berrangé wrote: > On Wed, Feb 24, 2021 at 01:01:40PM +0100, Michal Suchánek wrote: >> On Wed, Feb 24, 2021 at 12:37:53PM +0100, Philippe Mathieu-Daudé wrote: >>> On 2/24/21 12:06 PM, Michal Suchánek wrote: >>>> On Wed, Feb 24, 2021

Re: [Avocado-devel] Problem running functional tests from China

2021-02-24 Thread Philippe Mathieu-Daudé
On 2/24/21 12:06 PM, Michal Suchánek wrote: > On Wed, Feb 24, 2021 at 10:29:15AM +0100, Philippe Mathieu-Daudé wrote: >> Just to inform the files hosted on github don't work when >> testing from China: > >> >> raw.githubusercontent.com resolves to 127.0.0.

[Avocado-devel] Problem running functional tests from China

2021-02-24 Thread Philippe Mathieu-Daudé
Just to inform the files hosted on github don't work when testing from China: (02/23) tests/acceptance/boot_linux_console.py:BootLinuxConsole.test_arm_emcraft_sf2: CANCEL: Missing asset

[Avocado-devel] Can we run QEMU Avocado tests without root access?

2021-02-21 Thread Philippe Mathieu-Daudé
Hi, On a system I want to run the QEMU integration tests I got: $ make check-venv GIT ui/keycodemapdb tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc capstone slirp VENVbuild/tests/venv The virtual environment was not created successfully because ensurepip is not

Re: [Avocado-devel] Can we run QEMU Avocado tests without root access?

2021-02-22 Thread Philippe Mathieu-Daudé
On 2/22/21 5:28 PM, Cleber Rosa wrote: > On Mon, Feb 22, 2021 at 12:23:17AM +0100, Philippe Mathieu-Daudé wrote: >> Hi, >> >> On a system I want to run the QEMU integration tests I got: >> > > Would you care to give more information about this system? Is it &