RE: [PATCH v3 23/28] test/functional/aspeed: Introduce new function to fetch assets

2025-02-20 Thread Jamin Lin
Hi Cedric, > > On 2/13/25 04:35, Jamin Lin wrote: > > This method simplifies the process of fetching and extracting assets > > from the Aspeed GitHub repository. > > > > Signed-off-by: Jamin Lin > > --- > > tests/functional/test_aarch64_aspeed.py | 9 + > > 1 file changed, 5 insertion

Re: [PATCH v3 23/28] test/functional/aspeed: Introduce new function to fetch assets

2025-02-17 Thread Cédric Le Goater
On 2/13/25 04:35, Jamin Lin wrote: This method simplifies the process of fetching and extracting assets from the Aspeed GitHub repository. Signed-off-by: Jamin Lin --- tests/functional/test_aarch64_aspeed.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/f

[PATCH v3 23/28] test/functional/aspeed: Introduce new function to fetch assets

2025-02-12 Thread Jamin Lin via
This method simplifies the process of fetching and extracting assets from the Aspeed GitHub repository. Signed-off-by: Jamin Lin --- tests/functional/test_aarch64_aspeed.py | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/functional/test_aarch64_aspeed.py b/tes