Added RunTask acceptance tests

Added a basic RunTask test to test the functionality of the new aptly
task run command. More to come...
This commit is contained in:
Simon Aquino
2014-08-16 15:11:14 +00:00
parent 6ff601f4a2
commit b59471ad35
3 changed files with 48 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from lib import BaseTest
class RunTask1Test(BaseTest):
"""
output should match
"""
runCmd = "aptly task run repo list, repo create local, repo drop local, version"