Settings for TestRail report should be aligned to new version of Ubuntu.

Change-Id: Ic05303bad84078ac98f73032292439242413654b
This commit is contained in:
NastyaUrlapova 2016-12-22 19:13:49 +03:00
parent 5a7c0baec5
commit cd2b234fb5

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'],