Default distribution/component could be specified when creating repo. #12

This commit is contained in:
Andrey Smirnov
2014-03-26 21:24:09 +04:00
parent 7f2f435e2d
commit 0f8f43b9f0
38 changed files with 113 additions and 49 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ class CreateRepo1Test(BaseTest):
class CreateRepo2Test(BaseTest):
"""
create local repo: regular repo with comment
create local repo: regular repo with comment & publishing defaults
"""
runCmd = "aptly repo create -comment=Repository2 repo2"
runCmd = "aptly repo create -comment=Repository2 -distribution=maverick -component=non-free repo2"
def check(self):
self.check_output()