mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
system tests: support fitureCmds and allow dirmgr to startup
- fixes a race condition, where dirmgr does not seem to be ready - imports secret key for signing if gpg2 is used
This commit is contained in:
@@ -55,6 +55,8 @@ class APITest(BaseTest):
|
||||
if os.path.exists(os.path.join(os.environ["HOME"], self.aptlyDir, "upload")):
|
||||
shutil.rmtree(os.path.join(os.environ["HOME"], self.aptlyDir, "upload"))
|
||||
|
||||
self.prepare_fixture()
|
||||
|
||||
def debug_output(self):
|
||||
return APITest.aptly_out.get_contents()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user