reenable lost tests

This commit is contained in:
André Roth
2024-07-23 11:58:27 +02:00
parent 09a44ba409
commit 49ff832f94
9 changed files with 228 additions and 216 deletions
+14
View File
@@ -0,0 +1,14 @@
"""
Test aptly version
"""
from lib import BaseTest
class VersionTest(BaseTest):
"""
version should match
"""
gold_processor = BaseTest.expand_environ
runCmd = "aptly version"