~andrewjbeach/juju-ci-tools/get-juju-dict

« back to all changes in this revision

Viewing changes to tests/test_assess_container_networking.py

  • Committer: Aaron Bentley
  • Date: 2016-09-20 18:03:54 UTC
  • mfrom: (1575.2.14 soft-timeouts-6)
  • Revision ID: aaron.bentley@canonical.com-20160920180354-7c7o5evlpoabrz9y
Add --timeout to most test scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
368
368
                       return_value=client) as mock_c:
369
369
                yield
370
370
        mock_cl.assert_called_once_with(log_level)
371
 
        mock_c.assert_called_once_with('an-env', argv[1], debug=debug)
 
371
        mock_c.assert_called_once_with('an-env', argv[1], debug=debug,
 
372
                                       soft_deadline=None)
372
373
 
373
374
    @contextmanager
374
375
    def patch_bootstrap_manager(self, runs=True):