diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-07-28 09:14:48 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-07-28 09:43:31 +0000 |
commit | f5687e356aafd9eb56a7f50e5e848f61bc712729 (patch) | |
tree | 5554967a50f9980f90b27b1b3e707e58162f4b7f /ci/generate_report.py | |
parent | c944039b76100d5df09208ce5cd733e363f50aef (diff) |
Bugfix: dont stop execution when a test case is not blocking
Change-Id: I3564b6f2d8f8057ec2c9753837e3a5fe16a4a866
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
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 |