Merge lp://staging/~liuyq0307/lava-dispatcher/problems-deploy-android into lp://staging/lava-dispatcher
Proposed by
Yongqin Liu
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~liuyq0307/lava-dispatcher/problems-deploy-android |
Merge into: | lp://staging/lava-dispatcher |
Diff against target: |
84 lines (+19/-4) 3 files modified
lava_dispatcher/client/targetdevice.py (+6/-0) lava_dispatcher/config.py (+1/-0) lava_dispatcher/device/master.py (+12/-4) |
To merge this branch: | bzr merge lp://staging/~liuyq0307/lava-dispatcher/problems-deploy-android |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Linaro Validation Team | Pending | ||
Review via email: mp+129135@code.staging.launchpad.net |
Description of the change
Fix some problems for deploying android image
1. update the source that modify vold.fstab for mounting sdcard
2. the typo for calling hard_reboot method
3. problem when run boot_linaro_
4. add the rc= to the PS1 of the master image(when the master image is rebooted by pressing the power button or rebooted by hardreset, there will be no rc= in the the PS1 prompt)
To post a comment you must log in.
Unmerged revisions
- 400. By Yongqin Liu
-
use config for the sdcard mount point path
- 399. By Yongqin Liu
-
fix some problems when delopy android image
1) I don't understand that part. It almost looks like its making a change that won't work with old Android builds? Does "/storage/sdcard0" need to become a config value or something?
2) +1
3) Can you explain how you make this happen. The only way I see this being possible is if your job file doesn't include a deploy action? If this is to make unit testing easier, just set target. deployment_ data in your python shell or test script
4) Good catch. But why not just always set this rather than waiting for the prompt and timing out. I'd also drop the sendline( 'echo "check rc in PS1"')
self.proc.
You'll see that in the job file anyway.