Activity log for bug #1302503

Date Who What changed Old value New value Message
2014-04-04 11:20:30 Chris Johnston bug added bug
2015-01-09 09:24:16 Vincent Ladeuil 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
2015-01-09 09:24:32 Vincent Ladeuil uci-engine: status New Confirmed
2015-01-09 09:24:36 Vincent Ladeuil uci-engine: importance Undecided Medium
2015-01-09 09:24:42 Vincent Ladeuil description 416 # FIXME: if check_output raise an exception, we don't get a proper 417 # output to check for the text below -- vila 2014-02-07 def bootstrap(): """Bootstrap juju.""" args = ['juju', 'bootstrap', '--constraints=mem=1024M'] try: subprocess.check_output(args) except subprocess.CalledProcessError as e: # 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