Re: [PATCH] test: bootm: Ensure tests can be run twice

2024-11-18 Thread Tom Rini
On Wed, 06 Nov 2024 13:50:17 +, Andrew Goodbody wrote: > Some of the bootm tests rely on state that is assumed to be > correct but is changed by the tests. This means that running > 'ut bootm' twice will result in failures on the second run > as the state left by the first run is not what the

Re: [PATCH] test: bootm: Ensure tests can be run twice

2024-11-07 Thread Simon Glass
Hi Andrew, On Wed, 6 Nov 2024 at 06:50, Andrew Goodbody wrote: > > Some of the bootm tests rely on state that is assumed to be > correct but is changed by the tests. This means that running > 'ut bootm' twice will result in failures on the second run > as the state left by the first run is not wh

[PATCH] test: bootm: Ensure tests can be run twice

2024-11-06 Thread Andrew Goodbody
Some of the bootm tests rely on state that is assumed to be correct but is changed by the tests. This means that running 'ut bootm' twice will result in failures on the second run as the state left by the first run is not what the tests expect. Fix this by ensuring the state is as expected by expli