From 103b87aa82cfd298b664fe1314e987bd953ec20d Mon Sep 17 00:00:00 2001 From: Frederic Lepied Date: Thu, 5 Feb 2015 22:17:42 +0100 Subject: Allow to specify the root directory of the filesystem Change-Id: Ice1b8d17804cf7a0aafd308945a5e960fe927bbc --- os_net_config/tests/test_impl_eni.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os_net_config/tests/test_impl_eni.py') diff --git a/os_net_config/tests/test_impl_eni.py b/os_net_config/tests/test_impl_eni.py index e5a712e..fe49c3e 100644 --- a/os_net_config/tests/test_impl_eni.py +++ b/os_net_config/tests/test_impl_eni.py @@ -209,7 +209,7 @@ class TestENINetConfigApply(base.TestCase): self.temp_config_file = tempfile.NamedTemporaryFile() self.ifup_interface_names = [] - def test_config_path(): + def test_config_path(prefix): return self.temp_config_file.name self.stubs.Set(impl_eni, '_network_config_path', test_config_path) -- cgit 1.2.3-korg