From 29c1c106bc2371185859b1353cb39d34ba843235 Mon Sep 17 00:00:00 2001 From: vavuthu Date: Fri, 14 Jun 2024 08:25:22 +0530 Subject: [PATCH] add --show-progress as default option to ocs-ci Signed-off-by: vavuthu --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 0ea704a47e8e..c03a252b335d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -80,5 +80,5 @@ log_format = %(asctime)s - %(threadName)s - %(name)s - %(levelname)s %(clusterct log_cli=true log_cli_level = INFO log_level = DEBUG -addopts = --ignore=ocs_ci --show-capture=no --capture=no +addopts = --ignore=ocs_ci --show-capture=no --capture=no --show-progress testpaths = tests