~frankban/juju-deployer/unit-errors

« back to all changes in this revision

Viewing changes to deployer/tests/test_guiserver.py

  • Committer: Francesco Banconi
  • Date: 2014-02-20 12:00:22 UTC
  • Revision ID: francesco.banconi@canonical.com-20140220120022-yma7ap7awj42zwfd
Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
            'bootstrap', 'branch_only', 'configs', 'debug', 'deploy_delay',
28
28
            'deployment', 'description', 'destroy_services', 'diff',
29
29
            'find_service', 'ignore_errors', 'juju_env', 'list_deploys',
30
 
            'no_local_mods', 'overrides', 'rel_wait', 'retry_count',
 
30
            'no_local_mods', 'overrides', 'rel_wait', 'retry_count', 'series',
31
31
            'terminate_machines', 'timeout', 'update_charms', 'verbose',
32
32
            'watch'
33
33
        ])
53
53
        self.assertIsNone(options.overrides)
54
54
        self.assertEqual(60, options.rel_wait)
55
55
        self.assertEqual(0, options.retry_count)
 
56
        self.assertIsNone(options.series)
56
57
        self.assertFalse(options.terminate_machines)
57
58
        self.assertEqual(2700, options.timeout)
58
59
        self.assertFalse(options.update_charms)