From: Loic Dachary Date: Fri, 27 Jun 2014 16:04:05 +0000 (+0200) Subject: document how to specify a facet in teuthology-suite X-Git-Tag: 1.1.0~1368^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F274%2Fhead;p=teuthology.git document how to specify a facet in teuthology-suite Signed-off-by: Loic Dachary --- diff --git a/scripts/suite.py b/scripts/suite.py index 3d9ac4e55..1842890c5 100644 --- a/scripts/suite.py +++ b/scripts/suite.py @@ -12,7 +12,9 @@ facets. A facet is a directory containing config snippets. Running a suite means running teuthology for every configuration combination generated by taking one config snippet from each facet. Any config files passed on the command line will be used for every combination, and will override anything in -the suite. +the suite. By specifying a subdirectory in the suite argument, it is possible +to limit the run to a specific facet. For instance -s upgrade/dumpling-x only +runs the dumpling-x facet of the upgrade suite. Miscellaneous arguments: -h, --help Show this help message and exit