-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
613ea15
commit fde58b1
Showing
3 changed files
with
51 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# testing | ||
|
||
## Release Checklist | ||
|
||
- [ ] [`test_onroad`](https://github.com/commaai/openpilot/blob/master/selfdrive/test/test_onroad.py) passes | ||
- [ ] Wi-Fi: lists networks and connects | ||
- [ ] Modem: connects to cell network | ||
- [ ] Image sizes haven't increased | ||
- [ ] Sounds work | ||
- [ ] `python` is our python, not system version | ||
- [ ] Clean openpilot build: `scons -c && scons -j8` | ||
- [ ] Factory reset | ||
- [ ] from openpilot menu | ||
- [ ] tapping on boot | ||
- [ ] corrupt userdata | ||
- [ ] Color calibration | ||
- [ ] from /persist/comma/ | ||
- [ ] directly from panel over sysfs | ||
- [ ] Clean setup: factory reset -> install openpilot -> openpilot works | ||
- [ ] AGNOS update works on warm boot | ||
- [ ] previous -> new | ||
- [ ] new -> previous | ||
|
||
### ABL | ||
|
||
- [ ] Fastboot USB enumeration | ||
- [ ] Boot time hasn't regressed (3.8s) | ||
|
||
### XBL | ||
|
||
- [ ] Display init works in cold and hot temperatures | ||
- [ ] Boot time hasn't regressed (2.4s) | ||
|
||
### Setup | ||
|
||
#### Networking | ||
|
||
- [ ] Continue button disabled when no connection | ||
- [ ] Forget/connect to wifi | ||
|
||
#### Custom URL | ||
- (a) Not a real URL (e.g. `comma`, `abc123`, `...`) | ||
- [ ] "Ensure the entered URL is valid" | ||
- [ ] Start over | ||
- [ ] Reboot device | ||
- (b) Website but not an installer URL (e.g. `github.com`, `comma.ai`, `installer.comma.ai`) | ||
- [ ] "No custom software found at this URL." | ||
- (c) Valid installer URL (e.g. `openpilot.comma.ai`) | ||
- [ ] Download successful (comma logo or installer appears) | ||
- [ ] `/tmp/installer_url` should contain the installer URL |
This file was deleted.
Oops, something went wrong.