Remove test which relied on now gone mongodb repository

Looks like Mongo doesn't provide any regular structure repository
anymore (only flat one?).
This commit is contained in:
Andrey Smirnov
2019-09-02 23:41:43 +03:00
committed by Andrey Smirnov
parent aa02c5cbe9
commit 060c6669c1
3 changed files with 0 additions and 38 deletions
-15
View File
@@ -354,21 +354,6 @@ class CreateMirror27Test(BaseTest):
self.check_cmd_output("aptly mirror show mirror27", "mirror_show")
class CreateMirror28Test(BaseTest):
"""
create mirror: -force-components
"""
runCmd = "aptly mirror create -ignore-signatures -force-components mirror28 http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen"
def check(self):
def removeDates(s):
return re.sub(r"(Date|Valid-Until): [,0-9:+A-Za-z -]+\n", "", s)
self.check_output()
self.check_cmd_output("aptly mirror show mirror28",
"mirror_show", match_prepare=removeDates)
class CreateMirror29Test(BaseTest):
"""
create mirror: repo with InRelease verification (internal GPG implementation)