[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/1] hw: m25p80: fix aspeed_smc tests failure when run in isolati
From: |
Iris Chen |
Subject: |
[PATCH 0/1] hw: m25p80: fix aspeed_smc tests failure when run in isolation |
Date: |
Fri, 17 Jun 2022 16:07:58 -0700 |
Hey everyone,
I discovered that some of the tests in tests/qtest/aspeed_smc-test.c were
failing when run in isolation due to dependencies between the tests. For
example, one test would test the reading of a block of memory written
in the test before it.
I think it would make sense to add flash_reset() between running the
tests and make sure the tests do not rely on each other. Thus, I have
made changes to the tests so that they now pass individually with
no dependencies on each other.
Thanks,
Iris
Iris Chen (1):
hw: m25p80: fixing individual test failure when tests are running in
isolation
tests/qtest/aspeed_smc-test.c | 74 +++++++++++++++++++++++++++++------
1 file changed, 63 insertions(+), 11 deletions(-)
--
2.30.2
- [PATCH 0/1] hw: m25p80: fix aspeed_smc tests failure when run in isolation,
Iris Chen <=