diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-07-05 12:58:55 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-07-06 11:02:35 -0400 |
commit | 7a0347ed15e55ae1585ae06e7f65762ab2fd5667 (patch) | |
tree | f2a3351b433cb397f5808eab6c937a28deda1545 /tests/report_tests/plugin_tests | |
parent | 9e0852d4ad3cb43f9bd334f35f222dd583fba2cf (diff) | |
download | sos-7a0347ed15e55ae1585ae06e7f65762ab2fd5667.tar.gz |
[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 <jhunsake@redhat.com>
Diffstat (limited to 'tests/report_tests/plugin_tests')
-rw-r--r-- | tests/report_tests/plugin_tests/logs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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/*') |