From: Claudio-Daniel Freire Date: Thu, 28 Jul 2011 10:18:36 +0000 (+0200) Subject: Multi PL tests are not expensive, remove the NEPI_FULL_TESTS requirement X-Git-Tag: nepi-3.0.0~337 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=6427ba28f615778657ccda1cb132ca3a82545ab3;p=nepi.git Multi PL tests are not expensive, remove the NEPI_FULL_TESTS requirement --- diff --git a/test/testbeds/planetlab/integration_multi.py b/test/testbeds/planetlab/integration_multi.py index 30f56c58..a20c7ca4 100755 --- a/test/testbeds/planetlab/integration_multi.py +++ b/test/testbeds/planetlab/integration_multi.py @@ -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")