commit | 24040018383c3fa9846e4953933f346b828d2aa9 | [log] [tgz] |
---|---|---|
author | Tatyanka Leontovich <tleontovich@mirantis.com> | Fri Jun 21 10:32:53 2019 +0000 |
committer | Gerrit Code Review <support@gerrithub.io> | Fri Jun 21 10:32:53 2019 +0000 |
tree | 80c82fc4b45373435bc483d95c6abca19a37c8ac | |
parent | 6e1703ac3d03502b0c3680e41b9fbc150a0f92f0 [diff] | |
parent | b4277025611524245c16c3470dd397e28c7b2963 [diff] |
Merge "Fix testrail report"
diff --git a/tcp_tests/report.py b/tcp_tests/report.py index 8a2a58e..1bc35a3 100644 --- a/tcp_tests/report.py +++ b/tcp_tests/report.py
@@ -186,7 +186,7 @@ test(id,name..)] """ LOG.info("Get results for run - {}".format(run.name)) - results = t_client.results(run, result_type) + results = t_client.results(run) results_with_test = [] if result_type == '5': ret = [(run, r) for r in results