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 40abdc748e
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 fuel_tests
pylint --rcfile=.pylintrc_gerrit fuelweb_test system_test gates_tests fuel_tests run_system_test
[testenv:pylint-py27-fuelweb]