aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2022-08-19 14:26:59 -0400
committerJake Hunsaker <jhunsake@redhat.com>2022-09-28 09:48:46 -0400
commitdc2bff9708d7dbb6447ed2c5f28eb9bfd52667a5 (patch)
tree1e50775f39d647064dbf0661768636dd2260be1f /tests
parentd9884ab144a253b788f4cfc966301f645ffed5fb (diff)
downloadsos-dc2bff9708d7dbb6447ed2c5f28eb9bfd52667a5.tar.gz
[process,PackageManager] Create a mapping of processes to packages
Adds a new manual collection to the `process` plugin, that tries to compile a mapping of running processes' binaries to an owning package via the package manager. As such, package managers now have a new `pkg_by_path()` method that serves this purpose. Closes: #1350 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/report_tests/plugin_tests/collect_manual_tests.py (renamed from tests/report_tests/plugin_tests/collet_manual_tests.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/report_tests/plugin_tests/collet_manual_tests.py b/tests/report_tests/plugin_tests/collect_manual_tests.py
index fdcda526..7000d5e0 100644
--- a/tests/report_tests/plugin_tests/collet_manual_tests.py
+++ b/tests/report_tests/plugin_tests/collect_manual_tests.py
@@ -34,4 +34,4 @@ class CollectManualTest(StageOneReportTest):
pkgman = self.get_plugin_manifest('unpackaged')
self.assertTrue(pkgman['collections']['unpackaged'])
pyman = self.get_plugin_manifest('python')
- self.assertTrue(pyman['collections']['digests'])
+ self.assertTrue(pyman['collections']['digests.json'])