Hi,
This allows the functional test suite to run tests in parallel more
effectively and adds a new set of tests using the older Linux 5.15
kernel.
Thanks,
C.
Cédric Le Goater (2):
tests/functional: Split Aspeed ARM tests into separate files
tests/functional: Add SDK tests with Linux 5.15
tests/functional/arm/meson.build | 18 ++++--
tests/functional/arm/test_aspeed_ast1060.py | 0
...00.py => test_aspeed_ast2500_buildroot.py} | 14 -----
.../functional/arm/test_aspeed_ast2500_sdk.py | 29 +++++++++
.../arm/test_aspeed_ast2500_sdk_515.py | 29 +++++++++
.../arm/test_aspeed_ast2600_buildroot.py | 41 +------------
.../arm/test_aspeed_ast2600_buildroot_tpm.py | 60 +++++++++++++++++++
.../functional/arm/test_aspeed_ast2600_sdk.py | 15 -----
.../arm/test_aspeed_ast2600_sdk_515.py | 29 +++++++++
.../arm/test_aspeed_ast2600_sdk_otp.py | 34 +++++++++++
10 files changed, 196 insertions(+), 73 deletions(-)
mode change 100644 => 100755 tests/functional/arm/test_aspeed_ast1060.py
rename tests/functional/arm/{test_aspeed_ast2500.py =>
test_aspeed_ast2500_buildroot.py} (74%)
create mode 100755 tests/functional/arm/test_aspeed_ast2500_sdk.py
create mode 100755 tests/functional/arm/test_aspeed_ast2500_sdk_515.py
create mode 100755 tests/functional/arm/test_aspeed_ast2600_buildroot_tpm.py
create mode 100755 tests/functional/arm/test_aspeed_ast2600_sdk_515.py
create mode 100755 tests/functional/arm/test_aspeed_ast2600_sdk_otp.py
--
2.53.0