summaryrefslogtreecommitdiffstats
path: root/sfc/lib/config.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-04-09 08:14:09 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-09 08:14:09 +0000
commit435685b3384b3bd7741324368b6912dfd4b84ef5 (patch)
tree5b2d21ac54d9a470cde4ce329c9098b936b91200 /sfc/lib/config.py
parent8e7a0e837da1f278c46e398ad53e7e77ed90e81a (diff)
parent4fe8991147ee3aefa5d43d1831a1d307bcffe4fa (diff)
Merge "Update symmetric chain test case" into stable/fraser
Diffstat (limited to 'sfc/lib/config.py')
-rw-r--r--sfc/lib/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfc/lib/config.py b/sfc/lib/config.py
index 5ee3077a..8cc1efb4 100644
--- a/sfc/lib/config.py
+++ b/sfc/lib/config.py
@@ -30,7 +30,7 @@ class CommonConfig(object):
"""
def __init__(self):
- self.line_length = 30
+ self.line_length = 35
self.functest_repo_path = os.path.dirname(functest.__file__)
self.functest_logging_api = os.path.join(self.functest_repo_path,
"ci", "logging.ini")