Fix typo
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Fri, 6 May 2011 15:19:28 +0000 (17:19 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Fri, 6 May 2011 15:19:28 +0000 (17:19 +0200)
test/testbeds/netns/integration.py

index a18cdb0..d169297 100755 (executable)
@@ -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()