mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Use non-default keyring in test, so that we don't have extra messages.
This commit is contained in:
@@ -74,10 +74,10 @@ class UpdateMirror6Test(BaseTest):
|
||||
update mirrors: wrong checksum in package, but ignore
|
||||
"""
|
||||
fixtureCmds = [
|
||||
"aptly mirror create --ignore-signatures failure ${url} hardy main",
|
||||
"aptly mirror create --ignore-signatures --keyring=aptlytest.gpg failure ${url} hardy main",
|
||||
]
|
||||
fixtureWebServer = "test_release2"
|
||||
runCmd = "aptly mirror update -ignore-checksums --ignore-signatures failure"
|
||||
runCmd = "aptly mirror update -ignore-checksums --ignore-signatures --keyring=aptlytest.gpg failure"
|
||||
|
||||
def gold_processor(self, gold):
|
||||
return string.Template(gold).substitute({'url': self.webServerUrl})
|
||||
|
||||
Reference in New Issue
Block a user