Merge "Fixing hard-coded test suite name in upload_tempest_test_suite.py"

This commit is contained in:
Jenkins 2015-06-18 13:04:53 +00:00 committed by Gerrit Code Review
commit b5a3e87540
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def add_case(testrail_project, test_suite, test_case):
def upload_tests_descriptions(testrail_project, tests):
test_suite = "Tempest {0}".format(TestRailSettings.milestone)
test_suite = TestRailSettings.tests_suite
suite = testrail_project.get_suite_by_name(test_suite)
# remove old sections and test cases