]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
test
authorSage Weil <sage@inktank.com>
Thu, 29 Aug 2013 16:52:51 +0000 (09:52 -0700)
committerZack Cerza <zack@cerza.org>
Thu, 29 Aug 2013 20:03:30 +0000 (15:03 -0500)
teuthology/run.py

index e7e50335e59c3bf2770831ed7278109a96f71c5c..5698a5660f13b5d71a79163bc3fde3d67bdea205 100644 (file)
@@ -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'])