Merge lp:~rvb/maas-test/fix-bug-1259523 into lp:maas-test

Proposed by Raphaël Badin
Status: Merged
Approved by: Raphaël Badin
Approved revision: 90
Merged at revision: 90
Proposed branch: lp:~rvb/maas-test/fix-bug-1259523
Merge into: lp:maas-test
Diff against target: 12 lines (+1/-1)
1 file modified
maastest/cases.py (+1/-1)
To merge this branch: bzr merge lp:~rvb/maas-test/fix-bug-1259523
Reviewer Review Type Date Requested Status
Raphaël Badin (community) Approve
Review via email: mp+198376@code.launchpad.net

Commit message

Argument has been renamed to maas_series instead of vm_series.

To post a comment you must log in.
Revision history for this message
Raphaël Badin (rvb) wrote :

Trivial fix, self-approving.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'maastest/cases.py'
2--- maastest/cases.py 2013-12-09 16:32:36 +0000
3+++ maastest/cases.py 2013-12-10 12:16:41 +0000
4@@ -83,7 +83,7 @@
5 proxy_url = proxy.get_url()
6
7 cls.machine = KVMFixture(
8- series=cls.args.vm_series, architecture=architecture,
9+ series=cls.args.maas_series, architecture=architecture,
10 proxy_url=proxy_url, direct_interface=cls.args.interface)
11 cls.fixtures.addCleanup(delattr, cls, "machine")
12 cls.fixtures.useFixture(cls.machine)

Subscribers

People subscribed via source and target branches