Merge lp://staging/~abentley/juju-ci-tools/wait-for-with-progress-2 into lp://staging/juju-ci-tools
Proposed by
Aaron Bentley
Status: | Merged |
---|---|
Merged at revision: | 1789 |
Proposed branch: | lp://staging/~abentley/juju-ci-tools/wait-for-with-progress-2 |
Merge into: | lp://staging/juju-ci-tools |
Diff against target: |
421 lines (+13/-270) 4 files modified
assess_container_networking.py (+6/-85) jujupy.py (+0/-55) tests/test_assess_container_networking.py (+1/-123) tests/test_jujupy.py (+6/-7) |
To merge this branch: | bzr merge lp://staging/~abentley/juju-ci-tools/wait-for-with-progress-2 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Curtis Hovey (community) | code | Approve | |
Review via email: mp+312544@code.staging.launchpad.net |
Commit message
Remove --clean and WaitForSearch.
Description of the change
This branch removes the --clean option from assess_
This is a WHUI: it's broken for 2.x and we never noticed, so clearly, We Haven't Used It.
It also removes WaitForSearch, whose only real call site was the implementation of --clean.
To post a comment you must log in.
Thank you