From: Sage Weil Date: Thu, 29 Aug 2013 16:52:51 +0000 (-0700) Subject: test X-Git-Tag: 1.1.0~1920^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=27eea4ad5e4b2db9c88fcb61a7d4e29960455257;p=teuthology.git test --- diff --git a/teuthology/run.py b/teuthology/run.py index e7e50335e..5698a5660 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -125,6 +125,9 @@ def main(): with file(os.path.join(ctx.archive, 'orig.config.yaml'), 'w') as f: yaml.safe_dump(ctx.config, f, default_flow_style=False) + log.debug('test') + raise RuntimeError('hi there') + if 'targets' in ctx.config and 'roles' in ctx.config: targets = len(ctx.config['targets']) roles = len(ctx.config['roles'])