lp://staging/~dpigott/lava-dispatcher/bring-device-type-configs-up-to-date
- Get this branch:
- bzr branch lp://staging/~dpigott/lava-dispatcher/bring-device-type-configs-up-to-date
Branch merges
- Linaro Validation Team: Pending requested
-
Diff: 217 lines (+141/-7)7 files modifiedlava_dispatcher/default-config/lava-dispatcher/device-types/arndale.conf (+1/-0)
lava_dispatcher/default-config/lava-dispatcher/device-types/origen.conf (+1/-0)
lava_dispatcher/default-config/lava-dispatcher/device-types/panda.conf (+12/-0)
lava_dispatcher/default-config/lava-dispatcher/device-types/snowball.conf (+31/-7)
lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress-a5.conf (+30/-0)
lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress-a9.conf (+30/-0)
lava_dispatcher/default-config/lava-dispatcher/device-types/vexpress-tc2-benchmark.conf (+36/-0)
Branch information
Recent revisions
- 642. By Antonio Terceiro
-
Make sure power_off() is always called at the end of a job
This way all device objects can always clean up after themselves. Previously
power_off was only called by TargetBasedClient#retrieve_ results, i.e. the
device's power_off() was only called when the job contained a submit_results
action. - 641. By Antonio Terceiro
-
force finishing of emulated devices
With both fastmodels and QEMU we have the risk of leaving runaway processes
after a job finishes, what may block resources and impact future usage of the
same (virtual) device (and it just wrong). This commit generalizes the solution
I found before for QEMU and applies it to fastmodels as well. - 639. By Antonio Terceiro
-
get_devices: only use device config files that end with .conf
This allows you to temporarily "disable" some device conf file by renaming it
to foo01.conf.off for example. - 638. By Neil Williams
-
Neil Williams 2013-07-17 Fix issues highlighted during review of merge
proposal.
Neil Williams 2013-07-17 Add PEP8 fixes for doc/ and setup.py
Neil Williams 2013-07-16 PEP8 compliance and prevent local variables
shadowing keywords.
Neil Williams 2013-07-16 PEP8 compliance.
Neil Williams 2013-07-16 PEP8 compliance and fix mutable default arguments
Neil Williams 2013-07-16 PEP8 compliance.
Neil Williams 2013-07-16 PEP8 Add missing default argument and allow
proc to resolve locally.
Neil Williams 2013-07-16 PEP8 compliance.
Neil Williams 2013-07-16 Add default argument added in base class.
Neil Williams 2013-07-16 PEP8 compliance.
Neil Williams 2013-07-16 PEP8 compliance and add base class definitions
Neil Williams 2013-07-16 PEP8 compliance.
Neil Williams 2013-07-16 Typo in docs
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