diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-28 09:51:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-07-28 09:51:07 +0000 |
commit | c40bdf5eca9230d61b7d7749d5bfbc09c8a01262 (patch) | |
tree | 54fb01f56c4d193bbfa5fc420e959967a0126638 /ci/generate_report.py | |
parent | 932e23880ad613098ba518dc1fbf84e65db434a9 (diff) | |
parent | f5687e356aafd9eb56a7f50e5e848f61bc712729 (diff) |
Merge "Bugfix: dont stop execution when a test case is not blocking"
Diffstat (limited to 'ci/generate_report.py')
-rw-r--r-- | ci/generate_report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/generate_report.py b/ci/generate_report.py index 16962fe0e..53aef0c9e 100644 --- a/ci/generate_report.py +++ b/ci/generate_report.py @@ -8,7 +8,7 @@ import functest.utils.functest_logger as ft_logger COL_1_LEN = 25 COL_2_LEN = 15 COL_3_LEN = 12 -COL_4_LEN = 10 +COL_4_LEN = 15 COL_5_LEN = 75 # If we run from CI (Jenkins) we will push the results to the DB |