lp://staging/~codehelp/lava-dispatcher/pep8
Created by
Neil Williams
and last modified
- Get this branch:
- bzr branch lp://staging/~codehelp/lava-dispatcher/pep8
Only
Neil Williams
can upload to this branch. If you are
Neil Williams
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Antonio Terceiro: Approve
-
Diff: 2308 lines (+351/-313)43 files modifieddoc/conf.py (+10/-9)
doc/examples/plugins/demo-action-plugin/demo_action_plugin/foo.py (+2/-1)
doc/examples/plugins/demo-action-plugin/setup.py (+3/-3)
doc/external_measurement.rst (+1/-1)
lava/dispatcher/commands.py (+3/-2)
lava_dispatcher/actions/__init__.py (+3/-2)
lava_dispatcher/actions/android_install_cts_medias.py (+2/-2)
lava_dispatcher/actions/boot_control.py (+8/-4)
lava_dispatcher/actions/deploy.py (+9/-9)
lava_dispatcher/actions/launch_control.py (+10/-7)
lava_dispatcher/actions/lava_android_test.py (+31/-32)
lava_dispatcher/actions/lava_test_shell.py (+27/-23)
lava_dispatcher/client/base.py (+13/-10)
lava_dispatcher/client/lmc_utils.py (+26/-27)
lava_dispatcher/client/targetdevice.py (+1/-1)
lava_dispatcher/config.py (+7/-1)
lava_dispatcher/context.py (+2/-1)
lava_dispatcher/device/capri.py (+7/-4)
lava_dispatcher/device/fastboot.py (+3/-3)
lava_dispatcher/device/fastmodel.py (+13/-13)
lava_dispatcher/device/ipmi_pxe.py (+17/-22)
lava_dispatcher/device/k3v2.py (+7/-4)
lava_dispatcher/device/master.py (+20/-21)
lava_dispatcher/device/nexus10.py (+5/-2)
lava_dispatcher/device/qemu.py (+3/-3)
lava_dispatcher/device/sdmux.py (+1/-1)
lava_dispatcher/device/target.py (+4/-4)
lava_dispatcher/device/uefi.py (+1/-1)
lava_dispatcher/device/vexpress.py (+5/-4)
lava_dispatcher/downloader.py (+8/-9)
lava_dispatcher/job.py (+23/-23)
lava_dispatcher/lava_test_shell.py (+26/-27)
lava_dispatcher/signals/__init__.py (+0/-2)
lava_dispatcher/signals/duration.py (+2/-2)
lava_dispatcher/signals/shellhooks.py (+8/-2)
lava_dispatcher/tarballcache.py (+6/-6)
lava_dispatcher/test_data.py (+3/-2)
lava_dispatcher/tests/__init__.py (+1/-0)
lava_dispatcher/tests/helper.py (+6/-1)
lava_dispatcher/tests/test_config.py (+5/-5)
lava_dispatcher/tests/test_device_version.py (+8/-6)
lava_dispatcher/utils.py (+6/-6)
setup.py (+5/-5)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/lava-dispatcher