~andrewjbeach/juju-ci-tools/make-local-patcher

« back to all changes in this revision

Viewing changes to verify_landscape_bundle.py

  • Committer: Curtis Hovey
  • Date: 2016-04-10 15:23:18 UTC
  • Revision ID: curtis@canonical.com-20160410152318-ntfymsv9eiw63vt2
Addedd daily streams to get_amy.py get_ami.py tests/test_get_ami.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    expected_services = ['haproxy', 'landscape-server', 'postgresql',
21
21
                         'rabbitmq-server']
22
22
    verify_services(client, expected_services, scheme='https',
23
 
                    text='Landscape', haproxy_exposed=True)
 
23
                    text='Landscape')
24
24
 
25
25
 
26
26
def main(argv=None):