Re: [PATCH v2] tests/functional: Convert most Aspeed machine tests

2024-10-17 Thread Thomas Huth
On 17/10/2024 09.09, Cédric Le Goater wrote: On 10/17/24 08:06, Thomas Huth wrote: On 16/10/2024 22.38, Cédric Le Goater wrote: This is a simple conversion of the tests with some cleanups and adjustments to match the new test framework. Replace the zephyr image MD5 hashes with SHA256 hashes whi

Re: [PATCH v2] tests/functional: Convert most Aspeed machine tests

2024-10-17 Thread Cédric Le Goater
On 10/17/24 08:06, Thomas Huth wrote: On 16/10/2024 22.38, Cédric Le Goater wrote: This is a simple conversion of the tests with some cleanups and adjustments to match the new test framework. Replace the zephyr image MD5 hashes with SHA256 hashes while at it. The SDK tests depend on a ssh class

Re: [PATCH v2] tests/functional: Convert most Aspeed machine tests

2024-10-16 Thread Thomas Huth
On 16/10/2024 22.38, Cédric Le Goater wrote: This is a simple conversion of the tests with some cleanups and adjustments to match the new test framework. Replace the zephyr image MD5 hashes with SHA256 hashes while at it. The SDK tests depend on a ssh class from avocado.utils which is difficult

[PATCH v2] tests/functional: Convert most Aspeed machine tests

2024-10-16 Thread Cédric Le Goater
This is a simple conversion of the tests with some cleanups and adjustments to match the new test framework. Replace the zephyr image MD5 hashes with SHA256 hashes while at it. The SDK tests depend on a ssh class from avocado.utils which is difficult to replace. To be addressed separately. Signed