On 4/23/25 03:40, Jamin Lin wrote:
> Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Thanks,
C.
> ---
> tests/functional/test_arm_aspeed_ast1030.py | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tests/functional/test_arm_aspeed_ast1030.py b/tests/functional/test_arm_aspeed_ast1030.py
> index d45d9f7c1c..77037f0179 100755
> --- a/tests/functional/test_arm_aspeed_ast1030.py
> +++ b/tests/functional/test_arm_aspeed_ast1030.py
> @@ -12,17 +12,17 @@
>
> class AST1030Machine(LinuxKernelTest):
>
> - ASSET_ZEPHYR_1_04 = Asset(
> + ASSET_ZEPHYR_3_00 = Asset(
> ('https://github.com/AspeedTech-BMC'
> - '/zephyr/releases/download/v00.01.04/ast1030-evb-demo.zip'),
> - '4ac6210adcbc61294927918707c6762483fd844dde5e07f3ba834ad1f91434d3')
> + '/zephyr/releases/download/v00.03.00/ast1030-evb-demo.zip'),
> + '37fe3ecd4a1b9d620971a15b96492a81093435396eeac69b6f3e384262ff555f')
>
> - def test_ast1030_zephyros_1_04(self):
> + def test_ast1030_zephyros_3_00(self):
> self.set_machine('ast1030-evb')
>
> kernel_name = "ast1030-evb-demo/zephyr.elf"
> kernel_file = self.archive_extract(
> - self.ASSET_ZEPHYR_1_04, member=kernel_name)
> + self.ASSET_ZEPHYR_3_00, member=kernel_name)
>
> self.vm.set_console()
> self.vm.add_args('-kernel', kernel_file, '-nographic')