Multi PL tests are not expensive, remove the NEPI_FULL_TESTS requirement
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Thu, 28 Jul 2011 10:18:36 +0000 (12:18 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Thu, 28 Jul 2011 10:18:36 +0000 (12:18 +0200)
test/testbeds/planetlab/integration_multi.py

index 30f56c5..a20c7ca 100755 (executable)
@@ -151,15 +151,11 @@ class PlanetLabMultiIntegrationTestCase(unittest.TestCase):
 
     @test_util.skipUnless(test_util.pl_auth() is not None, 
         "Test requires PlanetLab authentication info (PL_USER and PL_PASS environment variables)")
-    @test_util.skipUnless(os.environ.get('NEPI_FULL_TESTS','').lower() in ('1','yes','true','on'),
-        "Test is expensive, requires NEPI_FULL_TESTS=yes")
     def test_plpl_crossconnect_udp(self):
         self._test_plpl_crossconnect("udp")
 
     @test_util.skipUnless(test_util.pl_auth() is not None, 
         "Test requires PlanetLab authentication info (PL_USER and PL_PASS environment variables)")
-    @test_util.skipUnless(os.environ.get('NEPI_FULL_TESTS','').lower() in ('1','yes','true','on'),
-        "Test is expensive, requires NEPI_FULL_TESTS=yes")
     def test_plpl_crossconnect_tcp(self):
         self._test_plpl_crossconnect("tcp")