]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
squash: remove utility, moved to teuthology.git
authorSamuel Just <sjust@redhat.com>
Mon, 4 May 2015 21:21:58 +0000 (14:21 -0700)
committerLoic Dachary <ldachary@redhat.com>
Tue, 12 May 2015 15:56:45 +0000 (17:56 +0200)
(cherry picked from commit 73577f1077dcfb059d7a96d7502a147a943cd261)

tasks/utility.py [deleted file]

diff --git a/tasks/utility.py b/tasks/utility.py
deleted file mode 100644 (file)
index 96e0f7d..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-import logging
-import time
-
-log = logging.getLogger(__name__)
-
-def sleep(ctx, config):
-    to_sleep = config.get("to_sleep", 5)
-    log.info("Sleeping for {to_sleep}".format(to_sleep=to_sleep))
-    time.sleep(to_sleep)