System tests for aptly repo add..

This commit is contained in:
Andrey Smirnov
2014-02-26 13:08:55 +04:00
parent 3ddf39ee58
commit 653a7d8d5a
24 changed files with 299 additions and 3 deletions
+4 -1
View File
@@ -13,7 +13,10 @@ class ShowRepo2Test(BaseTest):
"""
show local repo: -with-packages
"""
fixtureCmds = ["aptly repo create -comment=Cool repo2"]
fixtureCmds = [
"aptly repo create -comment=Cool repo2",
"aptly repo add repo2 ${files}"
]
runCmd = "aptly repo show -with-packages repo2"