Update system tests not to fail with GPG verification.

This commit is contained in:
Andrey Smirnov
2014-02-07 01:23:11 +04:00
parent b532cb19ee
commit 39d2dd2483
9 changed files with 35 additions and 24 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ class ListMirror1Test(BaseTest):
list mirrors: regular list
"""
fixtureCmds = [
"aptly mirror create mirror1 http://mirror.yandex.ru/debian/ wheezy",
"aptly mirror create mirror2 http://mirror.yandex.ru/debian/ squeeze contrib",
"aptly -architectures=i386 mirror create mirror3 http://mirror.yandex.ru/debian/ squeeze non-free",
"aptly mirror create --ignore-signatures mirror1 http://mirror.yandex.ru/debian/ wheezy",
"aptly mirror create --ignore-signatures mirror2 http://mirror.yandex.ru/debian/ squeeze contrib",
"aptly -architectures=i386 mirror create --ignore-signatures mirror3 http://mirror.yandex.ru/debian/ squeeze non-free",
]
runCmd = "aptly mirror list"