summaryrefslogtreecommitdiff
path: root/test/integration/test-hashsum-verification
AgeCommit message (Collapse)AuthorFilesLines
2016-05-04tests: disable generation of Release.gpg by defaultDavid Kalnischkies1-8/+4
Most tests just need a signed repository and don't care if it signed by an InRelease file or a Release.gpg file, so we can save some time by just generating one of them by default. Sounds like not much, but quickly adds up to a few seconds with the amount of tests we have accumulated by now. Git-Dch: Ignore
2016-05-04tests: allow to disable generation of InRelease/Release.gpg fileDavid Kalnischkies1-2/+0
If the test just signs release files to throw away one of them to test the other, we can just as well save the time and not create it. Git-Dch: Ignore
2015-12-19tests: support spaces in path and TMPDIRDavid Kalnischkies1-5/+5
This doesn't allow all tests to run cleanly, but it at least allows to write tests which could run successfully in such environments. Git-Dch: Ignore
2015-11-19tests: use quiet level 0 by default in testsDavid Kalnischkies1-13/+10
Git-Dch: Ignore
2014-10-01Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt1-1/+1
The configuration key Acquire::AllowInsecureRepositories controls if apt allows loading of unsigned repositories at all. The configuration Acquire::AllowDowngradeToInsecureRepositories controls if a signed repository can ever become unsigned. This should really never be needed but we provide it to avoid having to mess around in /var/lib/apt/lists if there is a use-case for this (which I can't think of right now).
2014-09-29more test fixesMichael Vogt1-3/+7
2014-09-16SECURITY UPDATE for CVE-2014-{0488,0487,0489}Michael Vogt1-3/+11
incorrect invalidating of unauthenticated data (CVE-2014-0488) incorect verification of 304 reply (CVE-2014-0487) incorrect verification of Acquire::Gzip indexes (CVE-2014-0489)
2013-08-28configurable compression for testcasesDavid Kalnischkies1-3/+1
Compressing files in 4 different styles eats test-time for no practical gain if we don't test them explicitly, so default to just building 'gz' compressed files as it is the simplest compression algorithm supported Git-Dch: Ignore
2012-04-11fix the remaining lzma calls with xz --format=lzma in the testcasesDavid Kalnischkies1-1/+1
2011-08-22remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies1-2/+0
invalid in most cases anyway
2011-08-05* apt-pkg/acquire-item.cc:Michael Vogt1-0/+7
- if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test
2011-08-05* test/integration/test-hashsum-verification:Michael Vogt1-0/+76
- add regression test for hashsum verification