Merge lp://staging/~toykeeper/lrt/add-reboot-test into lp://staging/lrt
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~toykeeper/lrt/add-reboot-test |
Merge into: | lp://staging/lrt |
Diff against target: |
1178 lines (+1158/-0) 4 files modified
reboot-test/COPYING (+674/-0) reboot-test/README (+21/-0) reboot-test/reboot-test.py (+457/-0) reboot-test/reboot-test.sh (+6/-0) |
To merge this branch: | bzr merge lp://staging/~toykeeper/lrt/add-reboot-test |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Canonical Platform QA Team | Pending | ||
Review via email: mp+259442@code.staging.launchpad.net |
Commit message
Added a reboot stress test.
Not yet complete, but works well enough to get some useful results.
Description of the change
Added a reboot stress test.
Not yet complete, but works well enough to get some useful results.
Unmerged revisions
- 104. By Selene ToyKeeper
-
Made reboot-test work on both python2 and python3.
Added --delete to remove output dir before running test.
Cleaned up run() a little.
Forced LANG because it doesn't work on LANG=C any more. - 103. By Selene ToyKeeper
-
PEP8 fixes (except for visual indent).
Also made 'adb shell never returned' error more useful when failing during shutdown. - 102. By Selene ToyKeeper
-
Addressed some review comments...
Added GPL.
Added -o / --out option to set the results dir.
Converted fatal error to an exception.
Tiny amount of refactoring. - 101. By Selene ToyKeeper
-
Fixed a bug where crash dump collector would sometimes miss files
(and then delete them despite the failed transfer). - 100. By Selene ToyKeeper
-
Minor comment cleaning.
- 99. By Selene ToyKeeper
-
Imported reboot test from my +junk branch.
It's not finished, but it does work well enough to get useful results.
I have a bunch of questions! I can keep working with this as we work on getting it landed. I'm trying to have a daily job setup for it by EOD.