Merge lp://staging/~canonical-platform-qa/autopilot/sandbox-leaks into lp://staging/autopilot
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~canonical-platform-qa/autopilot/sandbox-leaks |
Merge into: | lp://staging/autopilot |
Diff against target: |
126 lines (+30/-7) 2 files modified
autopilot/tests/functional/test_input_stack.py (+29/-6) bin/autopilot3-sandbox-run (+1/-1) |
To merge this branch: | bzr merge lp://staging/~canonical-platform-qa/autopilot/sandbox-leaks |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
platform-qa-bot | continuous-integration | Needs Fixing | |
PS Jenkins bot | continuous-integration | Approve | |
Christopher Lee (community) | Needs Fixing | ||
prod-platform-qa | continuous-integration | Pending | |
Review via email: mp+259939@code.staging.launchpad.net |
Commit message
Skip the input stack tests that leak when run under the sandbox
Description of the change
While attempting to run the autopilot self test suite, I ran into tests that use the input stack of my laptop.
This is quite unexpected and inconvenient ;)
This is mainly caused by test using the autopilot.
This proposal just skip these tests as a first line of defense.
Unmerged revisions
- 563. By Vincent Ladeuil
-
Stop import 'skip' since it wasn't used in the end.
- 562. By Vincent Ladeuil
-
Remove teh tyop fix, it will be part of a different proposal.
- 561. By Vincent Ladeuil
-
Skip parametrized tests from setUp() so they still appear in autopilot list.
- 560. By Vincent Ladeuil
-
Use a better name for the skipper ;)
- 559. By Vincent Ladeuil
-
Fix typo.
- 558. By Vincent Ladeuil
-
Define the snadbox detection in a single place.
- 557. By Vincent Ladeuil
-
Some input tests leak when run under xvfb/Xephyr, skip them as a first line of defense.
Some questions and comments inline.
Being pedantic, could you separate out the spelling mistake fixes as they aren't relevant to this MP-fix.