From 7a0347ed15e55ae1585ae06e7f65762ab2fd5667 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Tue, 5 Jul 2022 12:58:55 -0400 Subject: [logs] Drop catalog from `this` and `last` boot Removes catalog entries from the journal collection for `this` and `last` boot collections. Closes: #2132 Signed-off-by: Jake Hunsaker --- tests/report_tests/plugin_tests/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/report_tests/plugin_tests/logs.py b/tests/report_tests/plugin_tests/logs.py index 8b961029..d62ab8e2 100644 --- a/tests/report_tests/plugin_tests/logs.py +++ b/tests/report_tests/plugin_tests/logs.py @@ -24,7 +24,7 @@ class LogsPluginTest(StageOneReportTest): def test_journalctl_collections(self): self.assertFileCollected('sos_commands/logs/journalctl_--disk-usage') - self.assertFileCollected('sos_commands/logs/journalctl_--no-pager_--catalog_--boot') + self.assertFileCollected('sos_commands/logs/journalctl_--no-pager_--boot') def test_journal_runtime_collected(self): self.assertFileGlobInArchive('/var/log/journal/*') -- cgit