commit | a42b66e39b219763f1b15434646c8e4f27aed041 | [log] [tgz] |
---|---|---|
author | JW Wang <wangchun@google.com> | Wed Nov 06 11:13:10 2019 +0800 |
committer | JW Wang <wangchun@google.com> | Wed Nov 06 13:58:54 2019 +0800 |
tree | 7b8e9ef5c130dff36ab2e80bbf56a8b13cd26904 | |
parent | f8ff5bab26a88ab130ff2299f5711426763f2050 [diff] |
Do a reboot before starting each test (3/n) This patch improves test isolation. Sometimes a previous test fails with reboot in progress. Then the next test is in an unstable state since reboot could happen at any moment and fail the device test. Doing a reboot before each test starts protects us from pending reboot from the last test and improve isolation. Bug: 143999213 Test: atest StagedRollbackTest Change-Id: Idd0fd1cc6810659990b406640efd7404de1dcd07