juju-deployer/deploy.py FIXME: no proper output if check_output raises an exception
Bug #1302503 reported by
Chris Johnston
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu CI Engine |
Confirmed
|
Medium
|
Unassigned |
Bug Description
def bootstrap():
"""Bootstrap juju."""
args = ['juju', 'bootstrap', '--constraints=
try:
except subprocess.
# FIXME: if check_output raise an exception, we don't get a proper
# output to check for the text below -- vila 2014-02-07
if 'environment is already bootstrapped' not in e.output:
raise
summary: |
- tests/run.py FIXME: no proper output if check_output raises an exception + juju-deployer/deploy.py FIXME: no proper output if check_output raises + an exception |
Changed in uci-engine: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
description: | updated |
To post a comment you must log in.