← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~matsubara/maas/invalid-syntax-fix into lp:maas

 

Diogo Matsubara has proposed merging lp:~matsubara/maas/invalid-syntax-fix into lp:maas.

Requested reviews:
  MAAS Maintainers (maas-maintainers)

For more details, see:
https://code.launchpad.net/~matsubara/maas/invalid-syntax-fix/+merge/125067

Fix invalid syntax in test_kernel_opts.py introduce in the previous revision. 
-- 
https://code.launchpad.net/~matsubara/maas/invalid-syntax-fix/+merge/125067
Your team MAAS Maintainers is requested to review the proposed merge of lp:~matsubara/maas/invalid-syntax-fix into lp:maas.
=== modified file 'src/provisioningserver/tests/test_kernel_opts.py'
--- src/provisioningserver/tests/test_kernel_opts.py	2012-09-18 20:48:08 +0000
+++ src/provisioningserver/tests/test_kernel_opts.py	2012-09-18 22:55:22 +0000
@@ -125,7 +125,7 @@
                 "root=LABEL=cloudimg-rootfs",
                 "iscsi_initiator=",
                 "overlayroot=tmpfs",
-                "ip=dhcp")
+                "ip=dhcp"]))
 
     def test_compose_kernel_command_line_inc_common_opts(self):
         # Test that some kernel arguments appear on both commissioning


Follow ups