Merge "run_system_test: check by pylint on gates" into stable/mitaka

This commit is contained in:
Jenkins 2016-08-24 13:37:12 +00:00 committed by Gerrit Code Review
commit 5efc65b458
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python
from __future__ import print_function
import sys
import argparse

View File

@ -49,7 +49,7 @@ deps=
{[testenv]deps}
pylint
commands=
pylint --rcfile=.pylintrc_gerrit fuelweb_test system_test gates_tests
pylint --rcfile=.pylintrc_gerrit fuelweb_test system_test gates_tests run_system_test
[testenv:pylint-py27-fuelweb]