Change our flat repo for testing, old one is dead.

This commit is contained in:
Andrey Smirnov
2015-05-28 12:14:36 +03:00
parent 2f1df39204
commit 9abc772b16
8 changed files with 132 additions and 74 deletions
+2 -2
View File
@@ -153,7 +153,7 @@ class CreateMirror14Test(BaseTest):
"""
create mirror: flat repository
"""
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror14 http://download.opensuse.org/repositories/home:/DeepDiver1975/xUbuntu_10.04/ ./"
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror14 http://download.opensuse.org/repositories/Apache:/MirrorBrain/Debian_7.0/ ./"
fixtureGpg = True
outputMatchPrepare = lambda _, s: re.sub(r'Signature made .* using', '', s)
@@ -166,7 +166,7 @@ class CreateMirror15Test(BaseTest):
"""
create mirror: flat repository + components
"""
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror14 http://download.opensuse.org/repositories/home:/DeepDiver1975/xUbuntu_10.04/ ./ main"
runCmd = "aptly mirror create -keyring=aptlytest.gpg mirror14 http://download.opensuse.org/repositories/Apache:/MirrorBrain/Debian_7.0/ ./ main"
expectedCode = 1