Add ACI signing tests
This commit is contained in:
parent
de6b7bc88d
commit
64fe11a5f1
5 changed files with 96 additions and 29 deletions
|
@ -54,6 +54,7 @@ class TestConfig(DefaultConfig):
|
|||
|
||||
FEATURE_GITHUB_BUILD = True
|
||||
FEATURE_BITTORRENT = True
|
||||
FEATURE_ACI_CONVERSION = True
|
||||
|
||||
INSTANCE_SERVICE_KEY_LOCATION = 'test/data/test.pem'
|
||||
|
||||
|
@ -65,3 +66,10 @@ class TestConfig(DefaultConfig):
|
|||
SECURITY_SCANNER_API_VERSION = 'v1'
|
||||
SECURITY_SCANNER_ENGINE_VERSION_TARGET = 1
|
||||
SECURITY_SCANNER_API_TIMEOUT_SECONDS = 1
|
||||
|
||||
SIGNING_ENGINE = 'gpg2'
|
||||
|
||||
GPG2_PRIVATE_KEY_NAME = 'EEB32221'
|
||||
GPG2_PRIVATE_KEY_FILENAME = 'signing-private.gpg'
|
||||
GPG2_PUBLIC_KEY_FILENAME = 'signing-public.gpg'
|
||||
|
||||
|
|
Reference in a new issue