Merge "Allow to specify resource name pattern via rally.conf"

This commit is contained in:
Jenkins 2017-10-09 20:33:46 +00:00 committed by Gerrit Code Review
commit 759625f71e
1 changed files with 2 additions and 0 deletions

View File

@ -574,6 +574,8 @@ def check_opts_import_path(logical_line, physical_line, filename):
"""
excluded_files = ["./rally/osclients.py",
"./rally/task/engine.py",
"./rally/task/context.py",
"./rally/task/scenario.py",
"./rally/common/opts.py"]
forbidden_methods = [".register_opts("]