diff options
Diffstat (limited to 'tests/report_tests')
-rw-r--r-- | tests/report_tests/basic_report_tests.py | 2 | ||||
-rw-r--r-- | tests/report_tests/smoke_tests.py | 2 |
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 4a5e0001..2d2a6c30 100644 --- a/tests/report_tests/basic_report_tests.py +++ b/tests/report_tests/basic_report_tests.py @@ -39,7 +39,7 @@ class LogLevelTest(StageOneReportTest): :avocado: tags=stageone """ - sos_cmd = '-vvv' + sos_cmd = '-vvv -o kernel,host,boot,filesys' def test_archive_logging_enabled(self): self.assertSosLogContains('DEBUG: \[archive:.*\]') diff --git a/tests/report_tests/smoke_tests.py b/tests/report_tests/smoke_tests.py index cf79a076..a313405e 100644 --- a/tests/report_tests/smoke_tests.py +++ b/tests/report_tests/smoke_tests.py @@ -64,7 +64,7 @@ class ExpectedDefaultPluginsTest(StageOneReportTest): :avocado: tags=stageone """ - sos_cmd = '-v ' + sos_cmd = ' ' def test_default_plugins_enabled(self): """These plugins should run on all supported hosts by default everytime |