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

« back to all changes in this revision

Viewing changes to tests/test_deploy_stack.py

  • Committer: Aaron Bentley
  • Date: 2016-11-23 17:33:54 UTC
  • mto: This revision was merged to the branch mainline in revision 1759.
  • Revision ID: aaron.bentley@canonical.com-20161123173354-t14hnokqnsrc9538
Add kill-controller test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1950
1950
                with patch.object(client, 'get_juju_output',
1951
1951
                                  wraps=client.get_juju_output) as gjo_mock:
1952
1952
                    with patch.object(bs_manager, '_should_dump',
1953
 
                               return_value=True, autospec=True):
 
1953
                                      return_value=True, autospec=True):
1954
1954
                        with patch('deploy_stack.get_remote_machines',
1955
1955
                                   return_value={}):
1956
1956
                                yield bs_manager