From: Claudio-Daniel Freire Date: Fri, 6 May 2011 15:19:28 +0000 (+0200) Subject: Fix typo X-Git-Tag: nepi_v2~72 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0faf72c251aaff306551a64edea57fc85590235c;p=nepi.git Fix typo --- 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()