]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Don't run the exercise subtask by default
authorZack Cerza <zack@cerza.org>
Thu, 20 Feb 2014 22:33:39 +0000 (16:33 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 20 Feb 2014 23:46:09 +0000 (17:46 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/task/devstack.py

index e3932d9b0f84d236a42c679cc2a67a31f97d069f..f88532cbc30f5d45a5fe136b9cc66e1781743189 100644 (file)
@@ -27,7 +27,6 @@ def task(ctx, config):
         raise TypeError("config must be a dict")
     with nested(lambda: install(ctx=ctx, config=config),
                 lambda: smoke(ctx=ctx, config=config),
-                lambda: exercise(ctx=ctx, config=config),
                 ):
         yield