pvl/hosts/tests.py
changeset 449 a19438b781d5
parent 447 6f0357759e9b
child 451 d302b4957b07
--- 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'))),