Re: [U-Boot] [PATCH v3 23/72] sandbox: Add a way to reset sandbox state for tests

2017-05-24 Thread sjg
Running a new test should reset the sandbox state to avoid tests interferring with each other. Move the existing state-reset code into a function so it can be used from tests. Also update the code to reset the SPI devices and adjust the test code to call it. Signed-off-by: Simon Glass --- Chang

[U-Boot] [PATCH v3 23/72] sandbox: Add a way to reset sandbox state for tests

2017-05-18 Thread Simon Glass
Running a new test should reset the sandbox state to avoid tests interferring with each other. Move the existing state-reset code into a function so it can be used from tests. Also update the code to reset the SPI devices and adjust the test code to call it. Signed-off-by: Simon Glass --- Chang