Merge lp:~milo/lava-tool/lava-168 into lp:~milo/lava-tool/lava-167
Proposed by
Milo Casagrande
Status: | Superseded |
---|---|
Proposed branch: | lp:~milo/lava-tool/lava-168 |
Merge into: | lp:~milo/lava-tool/lava-167 |
Diff against target: |
429 lines (+247/-86) 4 files modified
lava/base_command.py (+80/-0) lava/job/__init__.py (+2/-2) lava/job/commands.py (+83/-36) lava/job/tests/test_commands.py (+82/-48) |
To merge this branch: | bzr merge lp:~milo/lava-tool/lava-168 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Antonio Terceiro | Pending | ||
Linaro Automation & Validation | Pending | ||
Review via email:
|
Description of the change
This branch adds the 'lava job run' command to run a job file in the local dispatcher.
To post a comment you must log in.
Unmerged revisions
- 209. By Milo Casagrande
-
Forced interactiviness to be true.
- 208. By Milo Casagrande
-
Fixed problem with one test.
- 207. By Milo Casagrande
-
PEP8 fixes.
- 206. By Milo Casagrande
-
Fixed tests, use new test helper class.
- 205. By Milo Casagrande
-
Fixed command help.
- 204. By Milo Casagrande
-
Added dispatcher helper tests.
- 203. By Milo Casagrande
-
Added tests to the test suite.
- 202. By Milo Casagrande
-
Added test for the utils module.
- 201. By Milo Casagrande
-
Use os.path.devnull.
- 200. By Milo Casagrande
-
Use the new base command class.