From: Samuel Just Date: Mon, 4 May 2015 21:21:58 +0000 (-0700) Subject: squash: remove utility, moved to teuthology.git X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0b44a81bcc1a43bfbfbeefbaced04a00b81e2627;p=ceph.git squash: remove utility, moved to teuthology.git (cherry picked from commit 73577f1077dcfb059d7a96d7502a147a943cd261) --- diff --git a/tasks/utility.py b/tasks/utility.py deleted file mode 100644 index 96e0f7de4db..00000000000 --- a/tasks/utility.py +++ /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)