Merge lp:~clint-fewbar/pyjuju/fix-failing-local-tests into lp:pyjuju

Proposed by Clint Byrum
Status: Merged
Merged at revision: 376
Proposed branch: lp:~clint-fewbar/pyjuju/fix-failing-local-tests
Merge into: lp:pyjuju
Diff against target: 13 lines (+2/-1)
1 file modified
juju/providers/local/tests/test_provider.py (+2/-1)
To merge this branch: bzr merge lp:~clint-fewbar/pyjuju/fix-failing-local-tests
Reviewer Review Type Date Requested Status
Benjamin Saller (community) Approve
Review via email: mp+77744@code.launchpad.net

Description of the change

Fixing local provider tests to run safely in clean chroots.

To post a comment you must log in.
Revision history for this message
Benjamin Saller (bcsaller) wrote :

+1, Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'juju/providers/local/tests/test_provider.py'
2--- juju/providers/local/tests/test_provider.py 2011-09-30 03:20:11 +0000
3+++ juju/providers/local/tests/test_provider.py 2011-09-30 17:56:11 +0000
4@@ -27,7 +27,8 @@
5 def setUp(self):
6 self.provider = MachineProvider(
7 "local-test", {
8- "admin-secret": "admin:abc", "data-dir": self.makeDir()})
9+ "admin-secret": "admin:abc", "data-dir": self.makeDir(),
10+ "authorized-keys": "fooabc123"})
11 self.output = self.capture_logging(
12 "juju.local-dev", level=logging.DEBUG)
13 zookeeper.set_debug_level(0)

Subscribers

People subscribed via source and target branches

to status/vote changes: