Signed-off-by: Loic Dachary <loic@dachary.org>
doc = """
usage: teuthology-suite --help
- teuthology-suite [-v | -vv ]--suite <suite> [options] [<config_yaml>...]
+ teuthology-suite [-v | -vv ] --suite <suite> [options] [<config_yaml>...]
Run a suite of ceph integration tests. A suite is a directory containing
facets. A facet is a directory containing config snippets. Running a suite
log = init_logging()
if not config.results_server:
- log.warning('No result_server in config; not reporting results')
+ log.warning('No results_server in config; not reporting results')
return
if job_config.get('job_id') is None: