Merge lp:~milo/lava-tool/integration-tests-fixes into lp:~linaro-validation/lava-tool/trunk
Proposed by
Milo Casagrande
Status: | Merged |
---|---|
Merged at revision: | 189 |
Proposed branch: | lp:~milo/lava-tool/integration-tests-fixes |
Merge into: | lp:~linaro-validation/lava-tool/trunk |
Diff against target: |
44 lines (+4/-5) 3 files modified
integration-tests.d/lava-job-new-with-config.sh (+2/-2) integration-tests.d/lava-job-submit.sh (+1/-1) integration-tests.d/lib/server.py (+1/-2) |
To merge this branch: | bzr merge lp:~milo/lava-tool/integration-tests-fixes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Antonio Terceiro | Approve | ||
Linaro Validation Team | Pending | ||
Review via email:
|
Description of the change
The merge proposal fixes two integration tests failing.
Changes are explained in more detail in the commits:
- Enabled non "interactiveness" of the command line
- Renamed a parameter
- Changed how the server and rpc_endpoint parameters are treated (this might change again though, since to me it's not clear how they should really be used and the parameter names are generic enough).
To post a comment you must log in.
Pushed a new change since there is another MP that fixes the logic of the server/rpc_endpoint parameters in the actual lava-tool code.