Skip to content

Commit

Permalink
cleanup FTP system tests
Browse files Browse the repository at this point in the history
as we cannot test FTP with S3 backend easily, test is disabled and removed from api tests
  • Loading branch information
neolynx committed Oct 2, 2024
1 parent 2d968a4 commit 287da7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion system/t04_mirror/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class UpdateMirror10Test(BaseTest):
outputMatchPrepare = filterOutSignature


class UpdateMirror11Test(BaseTest):
class UpdateMirror11FTPTest(BaseTest):
"""
update mirrors: update over FTP
"""
Expand Down
10 changes: 0 additions & 10 deletions system/t13_etcd/mirror_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
UpdateMirror8Test, \
UpdateMirror9Test, \
UpdateMirror10Test, \
UpdateMirror11Test, \
UpdateMirror12Test, \
UpdateMirror13Test, \
UpdateMirror14Test, \
Expand All @@ -34,7 +33,6 @@
"UpdateMirror8Test",
"UpdateMirror9Test",
"UpdateMirror10Test",
"UpdateMirror11Test",
"UpdateMirror12Test",
"UpdateMirror13Test",
"UpdateMirror14Test",
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 287da7f

Please sign in to comment.