~viswesn/juju-ci-tools/aws_boto3

« back to all changes in this revision

Viewing changes to assess_container_networking.py

  • Committer: Aaron Bentley
  • Date: 2017-01-20 20:58:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1853.
  • Revision ID: aaron.bentley@canonical.com-20170120205841-pjau8k34aabdc1yt
Switch assess_container_networking to ModelClient name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
       Two host machines.
91
91
       Two of each container_type on one host machine.
92
92
       One of each container_type on one host machine.
93
 
    :param client: An EnvJujuClient
 
93
    :param client: A ModelClient
94
94
    :param container_types: list of containers to create
95
95
    :return: hosts (list), containers {container_type}{host}[containers]
96
96
    """