From: Claudio-Daniel Freire Date: Fri, 22 Apr 2011 11:43:03 +0000 (+0200) Subject: Disabling PlanetLab tests: they're interactive X-Git-Tag: nepi_v2~132 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=06e30a8dd3aab78a5bb1b893293a2ce82bebd8f8;p=nepi.git Disabling PlanetLab tests: they're interactive --- diff --git a/test/testbeds/planetlab/execute.py b/test/testbeds/planetlab/execute.py index 407ff4bb..6acb331a 100755 --- a/test/testbeds/planetlab/execute.py +++ b/test/testbeds/planetlab/execute.py @@ -18,7 +18,7 @@ class NetnsExecuteTestCase(unittest.TestCase): def tearDown(self): shutil.rmtree(self.root_dir) - def test_simple(self): + def interactive_test_simple(self): testbed_version = "01" instance = planetlab.TestbedController(testbed_version) slicename = "inria_nepi12"