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

Cédric Le Goater posted 5 patches 2 months ago
Only 0 patches received!
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
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
Posted by Andrew Jeffery 2 months ago
Hi Cédric,

On Tue, 2025-01-28 at 22:41 +0100, 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

The rest of the patches haven't reached my inbox. Did you send them? It
also seems they're missing on lore :)

https://lore.kernel.org/all/20250128214100.1196243-1-clg@redhat.com/

Andrew
Re: [PATCH 0/5] tests/functional: Update Aspeed OpenBMC images
Posted by Cédric Le Goater 2 months ago
On 1/29/25 00:29, Andrew Jeffery wrote:
> Hi Cédric,
> 
> On Tue, 2025-01-28 at 22:41 +0100, 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
> 
> The rest of the patches haven't reached my inbox. Did you send them? It
> also seems they're missing on lore :)
> 
> https://lore.kernel.org/all/20250128214100.1196243-1-clg@redhat.com/
I shouldn't send series too late in the evening ...Sorry for the noise.

Thanks,

C.


Re: [PATCH 0/5] tests/functional: Update Aspeed OpenBMC images
Posted by Andrew Jeffery 2 months ago
On Wed, 2025-01-29 at 08:19 +0100, Cédric Le Goater wrote:
> On 1/29/25 00:29, Andrew Jeffery wrote:
> > Hi Cédric,
> > 
> > On Tue, 2025-01-28 at 22:41 +0100, 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
> > 
> > The rest of the patches haven't reached my inbox. Did you send
> > them? It
> > also seems they're missing on lore :)
> > 
> > https://lore.kernel.org/all/20250128214100.1196243-1-clg@redhat.com/
> I shouldn't send series too late in the evening ...Sorry for the
> noise.
> 

Hah, no worries. I see Thomas has already reviewed the resend.

Thanks,

Andrew
Re: [PATCH 0/5] tests/functional: Update Aspeed OpenBMC images
Posted by Cédric Le Goater 2 months ago
On 1/30/25 04:03, Andrew Jeffery wrote:
> On Wed, 2025-01-29 at 08:19 +0100, Cédric Le Goater wrote:
>> On 1/29/25 00:29, Andrew Jeffery wrote:
>>> Hi Cédric,
>>>
>>> On Tue, 2025-01-28 at 22:41 +0100, 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
>>>
>>> The rest of the patches haven't reached my inbox. Did you send
>>> them? It
>>> also seems they're missing on lore :)
>>>
>>> https://lore.kernel.org/all/20250128214100.1196243-1-clg@redhat.com/
>> I shouldn't send series too late in the evening ...Sorry for the
>> noise.
>>
> 
> Hah, no worries. I see Thomas has already reviewed the resend.

yep. patch 5/5 still needs to be looked at.

Thanks,

C.