tests: add test RSA key for torrent test (#1427)

This commit is contained in:
Jimmy Zelinskie 2016-05-03 13:11:02 -04:00
parent 437ec84c9f
commit e502f50c88
3 changed files with 30 additions and 0 deletions

View file

@ -55,6 +55,8 @@ class TestConfig(DefaultConfig):
FEATURE_GITHUB_BUILD = True
FEATURE_BITTORRENT = True
INSTANCE_SERVICE_KEY_LOCATION = 'test/data/test.pem'
CLOUDWATCH_NAMESPACE = None
FEATURE_SECURITY_SCANNER = True