* [Buildroot] [PATCH 1/1] support/testing: test_xen: rename TestXen to TestXenAarch64
@ 2025-07-25 22:36 Julien Olivain via buildroot
2025-07-28 20:49 ` Thomas Petazzoni via buildroot
2025-08-07 18:24 ` Thomas Perale via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2025-07-25 22:36 UTC (permalink / raw)
To: buildroot; +Cc: Vincent Stehlé, Julien Olivain, Vincent Stehlé
Commit [1] introduced an Armv7 test case for Xen named TestXenArmv7,
next to the original Aarch64 test case which was simply named TestXen.
The test list shows, for example with the command
"support/testing/run-tests -l":
tests.package.test_xen.TestXen
tests.package.test_xen.TestXenArmv7
In order to make this test list a bit more explicit, this commit
renames the TestXen to TestXenAarch64. With that change, the list
becomes:
tests.package.test_xen.TestXenAarch64
tests.package.test_xen.TestXenArmv7
[1] https://gitlab.com/buildroot.org/buildroot/-/commit/5346824a83488f840008eb24f84866435ac32a12
Cc: Vincent Stehlé <vincent.stehle@arm.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
support/testing/tests/package/test_xen.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/testing/tests/package/test_xen.py b/support/testing/tests/package/test_xen.py
index 4278b9563e..881327b9b9 100644
--- a/support/testing/tests/package/test_xen.py
+++ b/support/testing/tests/package/test_xen.py
@@ -89,7 +89,7 @@ class TestXenBase(infra.basetest.BRTest):
self.assertNumVM(2)
-class TestXen(TestXenBase):
+class TestXenAarch64(TestXenBase):
# Test Xen on 64b Arm.
# Boot flow: Qemu Devicetree -> U-Boot -> Xen UEFI -> Linux
# We need to boot Xen in UEFI to read xen.cfg.
--
2.50.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] support/testing: test_xen: rename TestXen to TestXenAarch64
2025-07-25 22:36 [Buildroot] [PATCH 1/1] support/testing: test_xen: rename TestXen to TestXenAarch64 Julien Olivain via buildroot
@ 2025-07-28 20:49 ` Thomas Petazzoni via buildroot
2025-07-28 22:23 ` Julien Olivain via buildroot
2025-08-07 18:24 ` Thomas Perale via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-07-28 20:49 UTC (permalink / raw)
To: Julien Olivain via buildroot
Cc: Julien Olivain, Vincent Stehlé, Vincent Stehlé
On Sat, 26 Jul 2025 00:36:13 +0200
Julien Olivain via buildroot <buildroot@buildroot.org> wrote:
> Commit [1] introduced an Armv7 test case for Xen named TestXenArmv7,
> next to the original Aarch64 test case which was simply named TestXen.
>
> The test list shows, for example with the command
> "support/testing/run-tests -l":
>
> tests.package.test_xen.TestXen
> tests.package.test_xen.TestXenArmv7
>
> In order to make this test list a bit more explicit, this commit
> renames the TestXen to TestXenAarch64. With that change, the list
> becomes:
>
> tests.package.test_xen.TestXenAarch64
> tests.package.test_xen.TestXenArmv7
>
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/5346824a83488f840008eb24f84866435ac32a12
>
> Cc: Vincent Stehlé <vincent.stehle@arm.com>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Looks good:
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] support/testing: test_xen: rename TestXen to TestXenAarch64
2025-07-28 20:49 ` Thomas Petazzoni via buildroot
@ 2025-07-28 22:23 ` Julien Olivain via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Julien Olivain via buildroot @ 2025-07-28 22:23 UTC (permalink / raw)
To: Thomas Petazzoni
Cc: Julien Olivain via buildroot, Vincent Stehlé,
Vincent Stehlé
On 28/07/2025 22:49, Thomas Petazzoni via buildroot wrote:
> On Sat, 26 Jul 2025 00:36:13 +0200
> Julien Olivain via buildroot <buildroot@buildroot.org> wrote:
>
>> Commit [1] introduced an Armv7 test case for Xen named TestXenArmv7,
>> next to the original Aarch64 test case which was simply named TestXen.
>>
>> The test list shows, for example with the command
>> "support/testing/run-tests -l":
>>
>> tests.package.test_xen.TestXen
>> tests.package.test_xen.TestXenArmv7
>>
>> In order to make this test list a bit more explicit, this commit
>> renames the TestXen to TestXenAarch64. With that change, the list
>> becomes:
>>
>> tests.package.test_xen.TestXenAarch64
>> tests.package.test_xen.TestXenArmv7
>>
>> [1]
>> https://gitlab.com/buildroot.org/buildroot/-/commit/5346824a83488f840008eb24f84866435ac32a12
>>
>> Cc: Vincent Stehlé <vincent.stehle@arm.com>
>> Signed-off-by: Julien Olivain <ju.o@free.fr>
>
> Looks good:
>
> Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Applied to master, thanks.
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] support/testing: test_xen: rename TestXen to TestXenAarch64
2025-07-25 22:36 [Buildroot] [PATCH 1/1] support/testing: test_xen: rename TestXen to TestXenAarch64 Julien Olivain via buildroot
2025-07-28 20:49 ` Thomas Petazzoni via buildroot
@ 2025-08-07 18:24 ` Thomas Perale via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Thomas Perale via buildroot @ 2025-08-07 18:24 UTC (permalink / raw)
To: Julien Olivain; +Cc: Thomas Perale, buildroot
In reply of:
> Commit [1] introduced an Armv7 test case for Xen named TestXenArmv7,
> next to the original Aarch64 test case which was simply named TestXen.
>
> The test list shows, for example with the command
> "support/testing/run-tests -l":
>
> tests.package.test_xen.TestXen
> tests.package.test_xen.TestXenArmv7
>
> In order to make this test list a bit more explicit, this commit
> renames the TestXen to TestXenAarch64. With that change, the list
> becomes:
>
> tests.package.test_xen.TestXenAarch64
> tests.package.test_xen.TestXenArmv7
>
> [1] https://gitlab.com/buildroot.org/buildroot/-/commit/5346824a83488f840008eb24f84866435ac32a12
>
> Cc: Vincent Stehlé <vincent.stehle@arm.com>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
Applied to 2025.02.x & 2025.05.x. Thanks
> ---
> support/testing/tests/package/test_xen.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/support/testing/tests/package/test_xen.py b/support/testing/tests/package/test_xen.py
> index 4278b9563e..881327b9b9 100644
> --- a/support/testing/tests/package/test_xen.py
> +++ b/support/testing/tests/package/test_xen.py
> @@ -89,7 +89,7 @@ class TestXenBase(infra.basetest.BRTest):
> self.assertNumVM(2)
>
>
> -class TestXen(TestXenBase):
> +class TestXenAarch64(TestXenBase):
> # Test Xen on 64b Arm.
> # Boot flow: Qemu Devicetree -> U-Boot -> Xen UEFI -> Linux
> # We need to boot Xen in UEFI to read xen.cfg.
> --
> 2.50.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-07 18:25 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 22:36 [Buildroot] [PATCH 1/1] support/testing: test_xen: rename TestXen to TestXenAarch64 Julien Olivain via buildroot
2025-07-28 20:49 ` Thomas Petazzoni via buildroot
2025-07-28 22:23 ` Julien Olivain via buildroot
2025-08-07 18:24 ` Thomas Perale via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox