pvl.hosts.host: fix doctests
authorTero Marttila <tero.marttila@aalto.fi>
Mon, 02 Mar 2015 19:43:38 +0200
changeset 696 55796948021e
parent 695 c60924eca185
child 697 3c3ac207ce3f
pvl.hosts.host: fix doctests
pvl/hosts/host.py
--- a/pvl/hosts/host.py	Mon Mar 02 19:36:39 2015 +0200
+++ b/pvl/hosts/host.py	Mon Mar 02 19:43:38 2015 +0200
@@ -74,7 +74,7 @@
         Parse the dhcp boot=... option
 
         >>> print parse_dhcp_boot(None)
-        None
+        {}
         >>> print parse_dhcp_boot({'filename': '/foo'})
         {'filename': '/foo'}
         >>> print parse_dhcp_boot({'filename': '/foo', 'next-server': 'bar'})