run_system_test: check by pylint on gates

add run_system_test to pylint targets

Change-Id: I430ad29f88739cd81be2725449686f57548c1b54
This commit is contained in:
Alexey Stepanov 2016-08-24 13:46:39 +03:00
parent 7a9308db27
commit e6bccba192

View File

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