[PATCH 0/5] tests/functional: Update Aspeed OpenBMC images (resend)

Cédric Le Goater posted 5 patches 2 months ago
tests/functional/aspeed.py                    | 20 +++++++++-------
tests/functional/meson.build                  |  4 ++++
tests/functional/test_arm_aspeed_bletchley.py | 24 +++++++++++++++++++
tests/functional/test_arm_aspeed_palmetto.py  | 12 +++++-----
tests/functional/test_arm_aspeed_romulus.py   | 12 +++++-----
.../functional/test_arm_aspeed_witherspoon.py | 24 +++++++++++++++++++
6 files changed, 75 insertions(+), 21 deletions(-)
create mode 100755 tests/functional/test_arm_aspeed_bletchley.py
create mode 100755 tests/functional/test_arm_aspeed_witherspoon.py
[PATCH 0/5] tests/functional: Update Aspeed OpenBMC images (resend)
Posted by Cédric Le Goater 2 months ago
Hello,

This series updates the OpenBMC firmware images to the latest version
for existing tests and also adds 2 new tests for Aspeed machines which
were not tested before : witherspoon and bletchley.

Thanks,

C.

Cédric Le Goater (5):
  tests/functional: Introduce a new test routine for OpenBMC images
  tests/functional: Update OpenBMC image of palmetto machine
  tests/functional: Update OpenBMC image of romulus machine
  tests/functional: Introduce a witherspoon machine test
  tests/functional: Introduce a bletchley machine test

 tests/functional/aspeed.py                    | 20 +++++++++-------
 tests/functional/meson.build                  |  4 ++++
 tests/functional/test_arm_aspeed_bletchley.py | 24 +++++++++++++++++++
 tests/functional/test_arm_aspeed_palmetto.py  | 12 +++++-----
 tests/functional/test_arm_aspeed_romulus.py   | 12 +++++-----
 .../functional/test_arm_aspeed_witherspoon.py | 24 +++++++++++++++++++
 6 files changed, 75 insertions(+), 21 deletions(-)
 create mode 100755 tests/functional/test_arm_aspeed_bletchley.py
 create mode 100755 tests/functional/test_arm_aspeed_witherspoon.py

-- 
2.48.1


Re: [PATCH 0/5] tests/functional: Update Aspeed OpenBMC images (resend)
Posted by Cédric Le Goater 1 month, 4 weeks ago
On 1/29/25 08:18, Cédric Le Goater wrote:
> Hello,
> 
> This series updates the OpenBMC firmware images to the latest version
> for existing tests and also adds 2 new tests for Aspeed machines which
> were not tested before : witherspoon and bletchley.
> 
> Thanks,
> 
> C.
> 
> Cédric Le Goater (5):
>    tests/functional: Introduce a new test routine for OpenBMC images
>    tests/functional: Update OpenBMC image of palmetto machine
>    tests/functional: Update OpenBMC image of romulus machine
>    tests/functional: Introduce a witherspoon machine test
>    tests/functional: Introduce a bletchley machine test
> 
>   tests/functional/aspeed.py                    | 20 +++++++++-------
>   tests/functional/meson.build                  |  4 ++++
>   tests/functional/test_arm_aspeed_bletchley.py | 24 +++++++++++++++++++
>   tests/functional/test_arm_aspeed_palmetto.py  | 12 +++++-----
>   tests/functional/test_arm_aspeed_romulus.py   | 12 +++++-----
>   .../functional/test_arm_aspeed_witherspoon.py | 24 +++++++++++++++++++
>   6 files changed, 75 insertions(+), 21 deletions(-)
>   create mode 100755 tests/functional/test_arm_aspeed_bletchley.py
>   create mode 100755 tests/functional/test_arm_aspeed_witherspoon.py
> 


Applied to aspeed-next.

Thanks,

C.