Bug fixing in integration tests
[nepi.git] / test / testbeds / netns / integration.py
index 543a635..2bed30a 100755 (executable)
@@ -49,7 +49,7 @@ class NetnsIntegrationTestCase(unittest.TestCase):
         app.enable_trace("stdout")
         xml = exp_desc.to_xml()
 
-        controller = ExperimentController(xml)
+        controller = ExperimentController(xml, self.root_dir)
         controller.start()
         while not controller.is_finished(app.guid):
             time.sleep(0.5)