summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-get-update-unauth-warning
Commit message (Collapse)AuthorAgeFilesLines
* test exitcode as well as string equalityDavid Kalnischkies2015-03-161-4/+4
| | | | | | | | 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
* disable the lock disabling in the testsDavid Kalnischkies2014-11-091-2/+3
| | | | | | | We create our own directories here and work without root in them, so we can also test the locking with them as it is how we usually operate. Git-Dch: Ignore
* testcases runable as rootDavid Kalnischkies2014-10-151-1/+1
| | | | | | | Running the testcases is usually not a good idea, but it can be handy to check if the privilege dropping works. Git-Dch: Ignore
* fix compile and tests errorDavid Kalnischkies2014-10-131-4/+1
| | | | | | I am pretty sure I did that before committing broken stuff… Git-Dch: Ignore
* display errortext for all Err as well as Ign logsDavid Kalnischkies2014-10-071-2/+5
| | | | | | | consistently using Item::Failed in all specializec classes helps setting up some information bits otherwise unset, so some errors had an empty reason as an error. Ign is upgraded to display the error message we ignored to further help in understanding what happens.
* fix testMichael Vogt2014-10-061-2/+1
|
* cleanup pkgAcq*::Failed()Michael Vogt2014-10-061-1/+1
|
* update testMichael Vogt2014-10-061-3/+7
|
* Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}Michael Vogt2014-10-011-2/+2
| | | | | | | | | | | 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).
* test fixesMichael Vogt2014-09-261-2/+12
|
* Print warning for unauthenticated repositoriesMichael Vogt2014-09-261-0/+30