From 7ae20f01db120e46dbfd84d78773f818d6809c75 Mon Sep 17 00:00:00 2001 From: Kalin KOZHUHAROV Date: Wed, 10 Apr 2024 23:23:56 +0200 Subject: [PATCH] reverting back tests/parsers/text_plugins/apt_history.py It looks like it is relying on a hard-coded output that just happens to have those module names? log2timeline/plaso/#4873 WIP Bug: https://github.com/log2timeline/plaso/issues/4873 Reported-by: Kalin KOZHUHAROV Signed-off-by: Kalin KOZHUHAROV --- tests/parsers/text_plugins/apt_history.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/parsers/text_plugins/apt_history.py b/tests/parsers/text_plugins/apt_history.py index 8e381e55ac..712d2e14e5 100644 --- a/tests/parsers/text_plugins/apt_history.py +++ b/tests/parsers/text_plugins/apt_history.py @@ -97,6 +97,7 @@ def testProcess(self): 'libpython3.5:amd64 (3.5.3-1+deb9u1, automatic), ' 'gcc:amd64 (4:6.3.0-4, automatic), ' 'git:amd64 (1:2.11.0-3+deb9u4), ' + 'python3-idna:amd64 (2.2-1, automatic), ' 'libpython2.7-dev:amd64 (2.7.13-2+deb9u3, automatic), ' 'libcilkrts5:amd64 (6.3.0-18+deb9u1, automatic), ' 'python3-six:amd64 (1.10.0-3, automatic), ' @@ -110,16 +111,20 @@ def testProcess(self): 'libfile-fcntllock-perl:amd64 (0.22-3+b2, automatic), ' 'python3-xdg:amd64 (0.25-4, automatic), ' 'libperl5.24:amd64 (5.24.1-3+deb9u5, automatic), ' + 'python-cryptography:amd64 (1.7.1-3+deb9u1, automatic), ' 'python-crypto:amd64 (2.6.1-7, automatic), ' 'xml-core:amd64 (0.17, automatic), ' 'python-keyrings.alt:amd64 (1.3-1, automatic), ' + 'python-cffi-backend:amd64 (1.9.1-2, automatic), ' 'python-ipaddress:amd64 (1.0.17-1, automatic), ' 'libtsan0:amd64 (6.3.0-18+deb9u1, automatic), ' 'libgcc-6-dev:amd64 (6.3.0-18+deb9u1, automatic), ' + 'python3-cryptography:amd64 (1.7.1-3+deb9u1, automatic), ' 'libubsan0:amd64 (6.3.0-18+deb9u1, automatic), ' 'gir1.2-glib-2.0:amd64 (1.50.0-1+b1, automatic), ' 'g++-6:amd64 (6.3.0-18+deb9u1, automatic), ' 'libpython-dev:amd64 (2.7.13-2, automatic), ' + 'python3-cffi-backend:amd64 (1.9.1-2, automatic), ' 'make:amd64 (4.1-9.1, automatic), ' 'fakeroot:amd64 (1.21-3.1, automatic), ' 'gcc-6:amd64 (6.3.0-18+deb9u1, automatic), ' @@ -148,6 +153,7 @@ def testProcess(self): 'perl:amd64 (5.24.1-3+deb9u5, automatic), ' 'rsync:amd64 (3.1.2-1+deb9u2, automatic), ' 'tmux:amd64 (2.3-4), ' + 'python-idna:amd64 (2.2-1, automatic), ' 'python-wheel:amd64 (0.29.0-2, automatic), ' 'libpython3-dev:amd64 (3.5.3-1, automatic), ' 'libatomic1:amd64 (6.3.0-18+deb9u1, automatic), '