All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/functional: Fix URL of gb200nvl-bmc image
@ 2025-12-22  7:33 Cédric Le Goater
  2025-12-22  9:31 ` Philippe Mathieu-Daudé
  2025-12-22 12:52 ` Cédric Le Goater
  0 siblings, 2 replies; 8+ messages in thread
From: Cédric Le Goater @ 2025-12-22  7:33 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, Philippe Mathieu-Daudé, Cédric Le Goater,
	Ed Tanous, Patrick Williams

Commit [1] moved the FW image of the gb200nvl-bmc machine and broke
the associated functional test. Fix that.

[1] https://github.com/legoater/qemu-aspeed-boot/commit/52451b2472eeb40aa97e131aeea327e9d4a8a78a

Cc: Ed Tanous <etanous@nvidia.com>
Cc: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
 tests/functional/arm/test_aspeed_gb200nvl_bmc.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/functional/arm/test_aspeed_gb200nvl_bmc.py b/tests/functional/arm/test_aspeed_gb200nvl_bmc.py
index 8e8e3f05c1b2..e5f2dce0f569 100755
--- a/tests/functional/arm/test_aspeed_gb200nvl_bmc.py
+++ b/tests/functional/arm/test_aspeed_gb200nvl_bmc.py
@@ -11,7 +11,7 @@
 class GB200Machine(AspeedTest):
 
     ASSET_GB200_FLASH = Asset(
-        'https://github.com/legoater/qemu-aspeed-boot/raw/refs/heads/master/images/gb200nvl-obmc/obmc-phosphor-image-gb200nvl-obmc-20250702182348.static.mtd.xz',
+        'https://github.com/legoater/qemu-aspeed-boot/raw/refs/heads/master/images/gb200nvl-bmc/openbmc-20250702182348/obmc-phosphor-image-gb200nvl-obmc-20250702182348.static.mtd.xz',
         'b84819317cb3dc762895ad507705978ef000bfc77c50c33a63bdd37921db0dbc')
 
     def test_arm_aspeed_gb200_openbmc(self):
-- 
2.52.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-12-30 21:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-22  7:33 [PATCH] tests/functional: Fix URL of gb200nvl-bmc image Cédric Le Goater
2025-12-22  9:31 ` Philippe Mathieu-Daudé
2025-12-22 12:52 ` Cédric Le Goater
2025-12-23 22:11   ` Patrick Williams
2025-12-24 11:25     ` Cédric Le Goater
2025-12-24 10:51   ` Philippe Mathieu-Daudé
2025-12-24 11:27     ` Cédric Le Goater
2025-12-30 20:59       ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.