Merge lp://staging/~canonical-platform-qa/ubuntu-system-tests/temp_config_files into lp://staging/ubuntu-system-tests
Proposed by
Sergio Cazzolato
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~canonical-platform-qa/ubuntu-system-tests/temp_config_files |
Merge into: | lp://staging/ubuntu-system-tests |
Diff against target: |
358 lines (+103/-49) 8 files modified
README.rst (+9/-7) debian/tests/control (+2/-2) debian/tests/systemtests (+2/-0) ubuntu_system_tests/command_line.py (+4/-5) ubuntu_system_tests/config.py (+75/-26) ubuntu_system_tests/selftests/test_command_line.py (+6/-5) ubuntu_system_tests/selftests/test_config.py (+3/-3) ubuntu_system_tests/systemtests.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/ubuntu-system-tests/temp_config_files |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
platform-qa-bot | continuous-integration | Needs Fixing | |
Christopher Lee (community) | Needs Fixing | ||
Max Brustkern (community) | Approve | ||
PS Jenkins bot | continuous-integration | Approve | |
prod-platform-qa | continuous-integration | Pending | |
Sergio Cazzolato | Pending | ||
Review via email: mp+268839@code.staging.launchpad.net |
Commit message
Fix to make possible to use temp config file for regular config data
To post a comment you must log in.
Unmerged revisions
- 156. By Sergio Cazzolato
-
Fix leak and add documentation to readme.
- 155. By Sergio Cazzolato
-
Fixing unit tests
- 154. By Sergio Cazzolato
-
Fix to make possible to use temp config file for regular config data
- 153. By Sergio Cazzolato
-
Adding fix to delete the config files just when these are temporal
- 152. By Max Brustkern
-
Don't delete config path
- 151. By Max Brustkern
-
Cleaning up temp files
- 150. By Max Brustkern
-
Remove remaining use of hardcoded /tmp file on host
- 149. By Max Brustkern
-
Added non-static config file on host
- 148. By Max Brustkern
-
Separate host and device config file paths
Still missing to fix the tests