Merge "Settings for TestRail report should be aligned to new version of Ubuntu." into stable/newton

This commit is contained in:
Jenkins 2017-01-20 15:26:08 +00:00 committed by Gerrit Code Review
commit 2adc6dd2a0

View File

@ -82,7 +82,7 @@ class TestRailSettings(object):
'TESTRAIL_CENTOS_RELEASE', 'Centos 6.5'))
if ubuntu_enabled:
operation_systems.append(os.environ.get(
'TESTRAIL_UBUNTU_RELEASE', 'Ubuntu 14.04'))
'TESTRAIL_UBUNTU_RELEASE', 'Ubuntu 16.04'))
stauses = {
'passed': ['passed'],
'failed': ['failed', 'product_failed', 'test_failed', 'infra_failed'],