~viswesn/juju-ci-tools/ensure_provider_cleanup

« back to all changes in this revision

Viewing changes to assess_multi_series_charms.py

  • Committer: viswesn
  • Date: 2017-03-16 11:05:43 UTC
  • mfrom: (1823.1.112 trunk)
  • Revision ID: viswesn@gmail.com-20170316110543-ay89t3dcl1cknp5o
Merge to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    """Assess multi series charms.
68
68
 
69
69
    :param client: Juju client.
70
 
    :type client: jujupy.EnvJujuClient
 
70
    :type client: jujupy.ModelClient
71
71
    :return: None
72
72
    """
73
73
    tests = [
104
104
    """Deploy a charm and assert a success or fail.
105
105
 
106
106
    :param client: Juju client
107
 
    :type client: jujupy.EnvJujuClient
 
107
    :type client: jujupy.ModelClient
108
108
    :param test: Deploy test data.
109
109
    :type  test: Test
110
110
    :param charm_dir: