Hi Jamin, On 22/4/25 11:15, Jamin Lin via wrote:
Updated test to target SDK version v03.00. Removed redundant test case to simplify validation.
Cleaned up unsupported shell commands.
Does that mean coverage is reduced?
Signed-off-by: Jamin Lin <jamin_...@aspeedtech.com> --- tests/functional/test_arm_aspeed_ast1030.py | 40 ++++----------------- 1 file changed, 7 insertions(+), 33 deletions(-)
@@ -49,17 +30,10 @@ def test_ast1030_zephyros_1_07(self): self.wait_for_console_pattern("Booting Zephyr OS") for shell_cmd in [ 'kernel stacks', - 'otp info conf', - 'otp info scu', 'hwinfo devid', 'crypto aes256_cbc_vault', - 'random get', - 'jtag JTAG1 sw_xfer high TMS', - 'adc ADC0 resolution 12', - 'adc ADC0 read 42', - 'adc ADC1 read 69', - 'i2c scan I2C_0', - 'i3c attach I3C_0', + 'jtag jtag@7e6e4100 sw_xfer high TMS', + 'iic scan i2c@7e7b0080', 'hash test', 'kernel uptime', 'kernel reboot warm',