Merge lp://staging/~canonical-platform-qa/ubuntu-system-tests/helpers-autopilot-selftests into lp://staging/ubuntu-system-tests
Proposed by
Richard Huddie
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~canonical-platform-qa/ubuntu-system-tests/helpers-autopilot-selftests |
Merge into: | lp://staging/ubuntu-system-tests |
Diff against target: |
436 lines (+209/-35) 10 files modified
setup.py (+1/-1) ubuntu_system_tests/helpers/unity8/__init__.py (+7/-0) ubuntu_system_tests/selftests/helpers/base.py (+45/-0) ubuntu_system_tests/selftests/helpers/unity8/test_dash.py (+75/-0) ubuntu_system_tests/selftests/helpers/unity8/test_shell.py (+51/-0) ubuntu_system_tests/selftests/host/test_command_line.py (+3/-3) ubuntu_system_tests/selftests/host/test_config.py (+12/-12) ubuntu_system_tests/selftests/host/test_results.py (+7/-7) ubuntu_system_tests/selftests/host/test_testbed_commands.py (+5/-7) ubuntu_system_tests/selftests/host/test_tests_to_run.py (+3/-5) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/ubuntu-system-tests/helpers-autopilot-selftests |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Canonical Platform QA Team | Pending | ||
Review via email: mp+295340@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 397. By Richard Huddie
-
unity8 shellview selftests.
- 396. By Richard Huddie
-
Merge from trunk.
- 395. By Richard Huddie
-
Minor updates.
- 394. By Richard Huddie
-
Merge from trunk.
- 393. By Richard Huddie
-
More dash helpers tests.
- 392. By Richard Huddie
-
Open scope test.
- 391. By Richard Huddie
-
search selftest.
- 390. By Richard Huddie
-
Some basic tests, don't restart unity8.
- 389. By Richard Huddie
-
Move existing selftests to host directory.