Use different apt repository as test mirror, ppa.launchpad.net is too unstable.

This commit is contained in:
Andrey Smirnov
2014-02-25 14:13:27 +04:00
parent 943d089e7e
commit e94bca2733
2 changed files with 35 additions and 104 deletions
+3 -3
View File
@@ -7,11 +7,11 @@ class UpdateMirror1Test(BaseTest):
"""
update mirrors: regular update
"""
longTest = True
longTest = False
fixtureCmds = [
"aptly -architectures=i386,amd64 mirror create --ignore-signatures alsa-ppa http://ppa.launchpad.net/alsa-backports/ubuntu/ hardy main",
"aptly -architectures=i386,amd64 mirror create --ignore-signatures varnish http://repo.varnish-cache.org/debian/ wheezy varnish-3.0",
]
runCmd = "aptly mirror update --ignore-signatures alsa-ppa"
runCmd = "aptly mirror update --ignore-signatures varnish"
def output_processor(self, output):
return "\n".join(sorted(output.split("\n")))