diff -r 5ab0ec8200c3 -r a19438b781d5 pvl/hosts/tests.py --- a/pvl/hosts/tests.py Tue Feb 24 18:55:47 2015 +0200 +++ b/pvl/hosts/tests.py Tue Feb 24 18:56:22 2015 +0200 @@ -53,7 +53,7 @@ self.assertHostsEqual(config.apply_hosts_file(self.options, conf_file), expected) def testApplyHostsExpand(self): - self.assertHostsEqual(config.apply_host_config(self.options, 'etc/hosts/asdf', 'asdf', 'asdf{1-3}', ip='10.100.100.$'), [ + self.assertHostsEqual(config.apply_host_config(self.options, 'asdf', 'asdf{1-3}', ip='10.100.100.$'), [ ('asdf1@asdf', dict(ip=ipaddr.IPAddress('10.100.100.1'))), ('asdf2@asdf', dict(ip=ipaddr.IPAddress('10.100.100.2'))), ('asdf3@asdf', dict(ip=ipaddr.IPAddress('10.100.100.3'))),