Merge lp://staging/~canonical-platform-qa/ubuntu-system-tests/shared-cpo-data into lp://staging/ubuntu-system-tests
Proposed by
Richard Huddie
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~canonical-platform-qa/ubuntu-system-tests/shared-cpo-data |
Merge into: | lp://staging/ubuntu-system-tests |
Diff against target: |
210 lines (+85/-23) 4 files modified
ubuntu_system_tests/helpers/data.py (+36/-14) ubuntu_system_tests/helpers/file_system.py (+3/-0) ubuntu_system_tests/helpers/indicators/battery.json (+29/-0) ubuntu_system_tests/helpers/indicators/battery.py (+17/-9) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/ubuntu-system-tests/shared-cpo-data |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michał Sawicz (community) | Needs Information | ||
Santiago Baldassin (community) | Needs Information | ||
Review via email: mp+294934@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 393. By Richard Huddie
-
Can load metadata for a single file.
- 392. By Richard Huddie
-
Merge from trunk.
- 391. By Richard Huddie
-
Move the json file to helpers dir.
- 390. By Richard Huddie
-
Simplify the data structure.
- 389. By Richard Huddie
-
simplify the data structure.
- 388. By Richard Huddie
-
Use data file names for accessing properties.
- 387. By Richard Huddie
-
Add first attempt at importing data for cpo.
Hi Richard, thanks for mp. I just have a couple of comments about the use of a global variable to keep the metadata and another one about always loading all the matadata for all the helpers. Would you please let me know your thoughts about it?