From 9a6d2dc52f3ae349dd36d0d2a1044861a2171a24 Mon Sep 17 00:00:00 2001 From: Lucia Guevgeozian Odizzio Date: Fri, 13 Dec 2013 15:57:03 +0100 Subject: [PATCH] Removing pl_slice from decorator for PL node --- test/lib/test_utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/lib/test_utils.py b/test/lib/test_utils.py index e783a626..447c703f 100644 --- a/test/lib/test_utils.py +++ b/test/lib/test_utils.py @@ -88,8 +88,7 @@ def skipIfNotPLCredentials(func): def wrapped(*args, **kwargs): pl_user = os.environ.get("PL_USER") pl_pass = os.environ.get("PL_PASS") - pl_slice = os.environ.get("PL_SLICE") - if not (pl_user and pl_pass and pl_slice): + if not (pl_user and pl_pass): print "*** WARNING: Skipping test %s: Planetlab user, password and slicename not defined\n" % name return -- 2.43.0