Merge lp:~milo/lava-dashboard/get-test-names into lp:lava-dashboard
Proposed by
Milo Casagrande
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 348 | ||||
Proposed branch: | lp:~milo/lava-dashboard/get-test-names | ||||
Merge into: | lp:lava-dashboard | ||||
Diff against target: |
48 lines (+31/-0) 1 file modified
dashboard_app/xmlrpc.py (+31/-0) |
||||
To merge this branch: | bzr merge lp:~milo/lava-dashboard/get-test-names | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Andy Doan (community) | Approve | ||
Review via email:
|
Description of the change
Hi,
with this small branch here I added a simple XML-RPC 'get_test_names' to retrieve test names from lava-dashboard.
To post a comment you must log in.
I have one small nitpick. Can you change the method signature from:
def get_tests_ names(self, device=None):
to
def get_tests_ names(self, device_type=None):
Just to keep the wording of things in code consistent.