From 5ae2c6a41bf0919cec1af21459dbf2806d27886e Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Wed, 8 Apr 2020 13:27:39 +0200 Subject: [PATCH] suite: add non interactive mode argument Signed-off-by: Kyr Shatskyy --- scripts/suite.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/suite.py b/scripts/suite.py index c3c8bf2073..5da6a6881b 100644 --- a/scripts/suite.py +++ b/scripts/suite.py @@ -25,6 +25,8 @@ Miscellaneous arguments: --dry-run Do a dry run; do not schedule anything. In combination with -vv, also call teuthology-schedule with --dry-run. + -y, --non-interactive Do not ask question and say yes when + it is possible. Standard arguments: Optional extra job yaml to include -- 2.39.5