~abentley/juju-ci-tools/client-from-config-4

« back to all changes in this revision

Viewing changes to utility.py

  • Committer: Leo Zhang
  • Date: 2016-06-07 22:17:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1459.
  • Revision ID: leo.zhang@canonical.com-20160607221719-qvbuzqrdb1t5pm0c
block fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
446
446
    """Timeout until the remove process ends"""
447
447
    for ignored in until_timeout(60):
448
448
        status = client.get_status()
449
 
        if charm not in status.status['services']:
 
449
        if charm not in status.get_applications():
450
450
            break