qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "BALATON Zoltan" <balaton@eik.bme.hu>,
	"Cédric Le Goater" <clg@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] tests/functional: Add a ppc sam460ex test
Date: Mon, 3 Feb 2025 13:25:45 +0100	[thread overview]
Message-ID: <746a84a4-2703-45b3-bd79-5b31660b8c38@redhat.com> (raw)
In-Reply-To: <bd96e71e-c516-6a09-ba7b-904809c17c84@eik.bme.hu>

On 03/02/2025 12.29, BALATON Zoltan wrote:
> On Mon, 3 Feb 2025, Cédric Le Goater wrote:
>> The test sequence boots from kernel a sam460ex machine with a
>> virtio-net device to check PCI.
>>
>> The buildroot is built with config :
>>
>>  BR2_powerpc=y
>>  BR2_powerpc_440fp=y
>>
>> and the kernel with the '44x/canyonlands' deconfig and virtio support.
>>
>> Cc: BALATON Zoltan <balaton@eik.bme.hu>
>> Signed-off-by: Cédric Le Goater <clg@redhat.com>
>> ---
>> MAINTAINERS                           |  1 +
>> tests/functional/meson.build          |  1 +
>> tests/functional/test_ppc_sam460ex.py | 38 +++++++++++++++++++++++++++
>> 3 files changed, 40 insertions(+)
>> create mode 100644 tests/functional/test_ppc_sam460ex.py
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 8d30c5bafd87..e4ab6031511b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1555,6 +1555,7 @@ F: pc-bios/canyonlands.dt[sb]
>> F: pc-bios/u-boot-sam460ex-20100605.bin
>> F: roms/u-boot-sam460ex
>> F: docs/system/ppc/amigang.rst
>> +F: tests/functional/test_ppc_sam460ex.py
>>
>> pegasos2
>> M: BALATON Zoltan <balaton@eik.bme.hu>
>> diff --git a/tests/functional/meson.build b/tests/functional/meson.build
>> index 868f4a64b60b..6a5f1dc405cb 100644
>> --- a/tests/functional/meson.build
>> +++ b/tests/functional/meson.build
>> @@ -193,6 +193,7 @@ tests_ppc_system_thorough = [
>>   'ppc_40p',
>>   'ppc_amiga',
>>   'ppc_bamboo',
>> +  'ppc_sam460ex',
> 
> Instead of adding a new file this could be within ppc_amiga which was meant 
> to be a place for all AmigaNG boards but only has amigaone for now. Unless 
> there's a good reason for it to be separate due to how tests work that I'm 
> not aware of.

Tests that are in separate files can later be run in parallel, so I think it 
makes sense to keep this in a separate file.

  Thomas



  reply	other threads:[~2025-02-03 12:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-03  9:26 [PATCH] tests/functional: Add a ppc sam460ex test Cédric Le Goater
2025-02-03 11:29 ` BALATON Zoltan
2025-02-03 12:25   ` Thomas Huth [this message]
2025-02-11 11:37 ` Thomas Huth
2025-02-11 13:32   ` Cédric Le Goater
2025-02-11 14:26   ` BALATON Zoltan

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=746a84a4-2703-45b3-bd79-5b31660b8c38@redhat.com \
    --to=thuth@redhat.com \
    --cc=balaton@eik.bme.hu \
    --cc=clg@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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;
as well as URLs for NNTP newsgroup(s).