Skip to content

Commit

Permalink
reverting back tests/parsers/text_plugins/apt_history.py
Browse files Browse the repository at this point in the history
It looks like it is relying on a hard-coded output that just happens to
have those module names?
log2timeline/plaso/log2timeline#4873 WIP

Bug: log2timeline#4873
Reported-by: Kalin KOZHUHAROV <[email protected]>
Signed-off-by: Kalin KOZHUHAROV <[email protected]>
  • Loading branch information
thinrope committed Apr 10, 2024
1 parent c8f3bc0 commit 7ae20f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/parsers/text_plugins/apt_history.py
Original file line number Diff line number Diff line change
Expand Up @@ -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), '
Expand All @@ -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), '
Expand Down Expand Up @@ -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), '
Expand Down

0 comments on commit 7ae20f0

Please sign in to comment.