mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
cleanup FTP system tests
as we cannot test FTP with S3 backend easily, test is disabled and removed from api tests
This commit is contained in:
@@ -162,7 +162,7 @@ class UpdateMirror10Test(BaseTest):
|
||||
outputMatchPrepare = filterOutSignature
|
||||
|
||||
|
||||
class UpdateMirror11Test(BaseTest):
|
||||
class UpdateMirror11FTPTest(BaseTest):
|
||||
"""
|
||||
update mirrors: update over FTP
|
||||
"""
|
||||
|
||||
@@ -9,7 +9,6 @@ from t04_mirror.update import UpdateMirror1Test, \
|
||||
UpdateMirror8Test, \
|
||||
UpdateMirror9Test, \
|
||||
UpdateMirror10Test, \
|
||||
UpdateMirror11Test, \
|
||||
UpdateMirror12Test, \
|
||||
UpdateMirror13Test, \
|
||||
UpdateMirror14Test, \
|
||||
@@ -34,7 +33,6 @@ TEST_IGNORE = ["UpdateMirror1Test",
|
||||
"UpdateMirror8Test",
|
||||
"UpdateMirror9Test",
|
||||
"UpdateMirror10Test",
|
||||
"UpdateMirror11Test",
|
||||
"UpdateMirror12Test",
|
||||
"UpdateMirror13Test",
|
||||
"UpdateMirror14Test",
|
||||
@@ -130,14 +128,6 @@ class UpdateMirror10TestEtcd(UpdateMirror10Test):
|
||||
databaseUrl = "127.0.0.1:2379"
|
||||
|
||||
|
||||
class UpdateMirror11TestEtcd(UpdateMirror11Test):
|
||||
"""
|
||||
update mirrors: update over FTP
|
||||
"""
|
||||
databaseType = "etcd"
|
||||
databaseUrl = "127.0.0.1:2379"
|
||||
|
||||
|
||||
class UpdateMirror12TestEtcd(UpdateMirror12Test):
|
||||
"""
|
||||
update mirrors: update with udebs
|
||||
|
||||
Reference in New Issue
Block a user