add: Testing config values for koji

This commit is contained in:
Filip Valder
2016-11-16 15:21:32 +01:00
parent 2a53b74bcf
commit 951a54576f

View File

@@ -116,6 +116,9 @@ class TestConfiguration(BaseConfiguration):
NET_TIMEOUT = 5
NET_RETRY_INTERVAL = 1
KOJI_PROFILE = 'staging'
KOJI_REPOSITORY_URL = 'https://kojipkgs.stg.fedoraproject.org/repos'
class ProdConfiguration(BaseConfiguration):
FAS_USERNAME = 'TODO'