From 0faf72c251aaff306551a64edea57fc85590235c Mon Sep 17 00:00:00 2001 From: Claudio-Daniel Freire Date: Fri, 6 May 2011 17:19:28 +0200 Subject: [PATCH] Fix typo --- test/testbeds/netns/integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testbeds/netns/integration.py b/test/testbeds/netns/integration.py index a18cdb08..d1692970 100755 --- a/test/testbeds/netns/integration.py +++ b/test/testbeds/netns/integration.py @@ -100,7 +100,7 @@ class NetnsIntegrationTestCase(unittest.TestCase): inst_root_dir = os.path.join(self.root_dir, "instance") os.mkdir(inst_root_dir) netns_desc.set_attribute_value(DC.ROOT_DIRECTORY, inst_root_dir) - netns_desc.set_attribute_value(DC.LOG_LDEVEL, DC.DEBUG_LEVEL) + netns_desc.set_attribute_value(DC.LOG_LEVEL, DC.DEBUG_LEVEL) xml = exp_desc.to_xml() -- 2.47.0