aboutsummaryrefslogtreecommitdiffstats
path: root/tests/report_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/report_tests')
-rw-r--r--tests/report_tests/basic_report_tests.py2
-rw-r--r--tests/report_tests/plugin_tests/string_collection_tests.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/report_tests/basic_report_tests.py b/tests/report_tests/basic_report_tests.py
index 2d2a6c30..f98d0f6e 100644
--- a/tests/report_tests/basic_report_tests.py
+++ b/tests/report_tests/basic_report_tests.py
@@ -15,7 +15,7 @@ class NormalSoSReport(StageOneReportTest):
:avocado: tags=stageone
"""
- sos_cmd = '-v --label thisismylabel'
+ sos_cmd = '--label thisismylabel'
def test_debug_in_logs_verbose(self):
self.assertSosLogContains('DEBUG')
diff --git a/tests/report_tests/plugin_tests/string_collection_tests.py b/tests/report_tests/plugin_tests/string_collection_tests.py
index d98401b3..05091a2e 100644
--- a/tests/report_tests/plugin_tests/string_collection_tests.py
+++ b/tests/report_tests/plugin_tests/string_collection_tests.py
@@ -17,7 +17,7 @@ class CollectStringTest(StageOneReportTest):
:avocado: tags=stageone
"""
- sos_cmd = '-v -o unpackaged,python -k python.hashes'
+ sos_cmd = '-o unpackaged,python -k python.hashes'
# unpackaged is only a RedHatPlugin
redhat_only = True