summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-key-net-update
Commit message (Collapse)AuthorAgeFilesLines
* add the gpg-classic variant to the gpgv/gnupg or-groupDavid Kalnischkies2016-08-171-8/+1
| | | | | | We need to support partial upgrades anyhow, so we have to deal with the different versions and your tests try to ensure that we do, so we shouldn't make any explicit higher requirements.
* tests: support gpg2 properly in all testcasesDavid Kalnischkies2015-12-191-10/+10
| | | | | | | | | The output changes slightly between different versions, which we already dealt with in the main testcase for apt-key, but there are two more which do not test both versions explicitly and so still had gpg1 output to check against as this is the default at the moment. Git-Dch: Ignore
* tests: support spaces in path and TMPDIRDavid Kalnischkies2015-12-191-2/+2
| | | | | | | 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
* tests: don't use hardcoded port for http and httpsDavid Kalnischkies2015-09-151-2/+2
| | | | | | This allows running tests in parallel. Git-Dch: Ignore
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-2/+2
| | | | | | | | We use test{success,failure} now all over the place in the framework, so its only consequencial to do this in the situations in which we test for a specific output as well. Git-Dch: Ignore
* allow to specify fingerprints in 'apt-key del'David Kalnischkies2014-09-271-1/+1
|
* use apt-key adv (+ gnupg) instead of gpgv for verifyDavid Kalnischkies2014-09-271-1/+6
| | | | | | | | apt-key does the keyring merge as we need it, so we just call it instead of reimplementing it to do the merging before gpgv. This means we don't use gpgv anymore (we never depended on it explicitly - bad style), but it also means that the message in apt-cdrom add is a bit less friendly as it says loudly "untrusted key", but for a one-time command its okay.
* fix apt-key net-update test to use the buildin webserverMichael Vogt2013-12-191-109/+24
|
* make apt-key net-update actually testableMichael Vogt2013-12-131-0/+14
|
* fix test/integration/test-apt-key-net-updateMichael Vogt2013-12-121-2/+6
|
* fix test/integration/test-apt-key-net-update (code copy/DRY violation)Michael Vogt2013-12-111-0/+15
|
* cherry-pick ubuntus (disabled) net-update fixesDavid Kalnischkies2013-12-011-0/+95
With the net-update command a special keyring can be downloaded and imported into apt, which must be signed by a master key. Its is currently disabled because of security problems with it – and the only known user before that was Ubuntu.