Cleanup after local repo.

This commit is contained in:
Andrey Smirnov
2014-02-26 23:50:49 +04:00
parent 85f3d15e8c
commit 1ae8063873
2 changed files with 18 additions and 11 deletions
+11 -11
View File
@@ -81,14 +81,14 @@ class CleanupDB7Test(BaseTest):
]
runCmd = "aptly db cleanup"
# TODO: when repo drop is added
# class CleanupDB8Test(BaseTest):
# """
# cleanup db: local repos dropped
# """
# fixtureCmds = [
# "aptly repo create local-repo",
# "aptly repo add local-repo ${files}",
# "aptly repo drop local-repo",
# ]
# runCmd = "aptly db cleanup"
class CleanupDB8Test(BaseTest):
"""
cleanup db: local repos dropped
"""
fixtureCmds = [
"aptly repo create local-repo",
"aptly repo add local-repo ${files}",
"aptly repo drop local-repo",
]
runCmd = "aptly db cleanup"