mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-09 22:39:53 +00:00
System test, first sketch.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
Test config file generation.
|
||||
"""
|
||||
|
||||
import os
|
||||
from lib import BaseTest
|
||||
|
||||
|
||||
class Test(BaseTest):
|
||||
runCmd = "aptly"
|
||||
checkedFile = os.path.join(os.environ["HOME"], ".aptly.conf")
|
||||
|
||||
check = BaseTest.check_file
|
||||
gold_processor = BaseTest.expand_environ
|
||||
prepare = BaseTest.prepare_remove_all
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"rootDir": "${HOME}/.aptly",
|
||||
"downloadConcurrency": 4,
|
||||
"architectures": [],
|
||||
"dependencyFollowSuggests": false,
|
||||
"dependencyFollowRecommends": false,
|
||||
"dependencyFollowAllVariants": false
|
||||
}
|
||||
Reference in New Issue
Block a user