pvl/dhcp/tests.py
changeset 685 668f934bb958
parent 682 60dbd952a15e
child 695 c60924eca185
--- a/pvl/dhcp/tests.py	Mon Mar 02 12:54:27 2015 +0200
+++ b/pvl/dhcp/tests.py	Mon Mar 02 12:59:17 2015 +0200
@@ -119,7 +119,8 @@
 
     def testBuildConf(self):
         self.assertLinesEqual(
-                config.build_block(config.Block(('group', ), [
+                config.build_block(config.Block(None, [], [
+                    config.Block(('group', ), [
                         ('next-server', 'boot.test'),
                         ('filename', "/debian/wheezy/pxelinux.0"),
                         ('include', "hosts/test.conf"),
@@ -129,8 +130,8 @@
                             ('fixed-address', '192.0.2.1'),
                             ('hardware', 'ethernet', '00:11:22:33:44:55'),
                         ]),
-                    ]
-                )),
+                    ]),
+                ])),
                 """
 group {
     next-server boot.test;