From 09baca9f33bc7c21f694c2594aca50edc52b1012 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Fri, 27 Jun 2014 18:04:05 +0200 Subject: [PATCH] document how to specify a facet in teuthology-suite Signed-off-by: Loic Dachary --- scripts/suite.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/suite.py b/scripts/suite.py index 3d9ac4e55f6c4..1842890c5b442 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 -- 2.39.5