From 662a42f4fc72eefd16960b19072b4f7db64a4a2e Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 21 Jul 2017 07:21:39 -0700 Subject: [PATCH] teuthology-suite: add required -m to usage Signed-off-by: Patrick Donnelly --- scripts/suite.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/suite.py b/scripts/suite.py index a6d2500176..89b1190204 100644 --- a/scripts/suite.py +++ b/scripts/suite.py @@ -6,8 +6,8 @@ from teuthology.config import config doc = """ usage: teuthology-suite --help - teuthology-suite [-v | -vv ] --ceph --suite [options] [...] - teuthology-suite [-v | -vv ] --ceph --rerun [options] [...] + teuthology-suite [-v | -vv ] --machine-type --ceph --suite [options] [...] + teuthology-suite [-v | -vv ] --machine-type --ceph --rerun [options] [...] 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 -- 2.39.5