[Tempest]: Removing B109 command from testenv:bandit

Change-Id: I47691fb9c73513a431f288497cd8c868bbca3cfc
This commit is contained in:
Puneet Arora 2018-08-21 05:34:04 +00:00
parent f5bbbd368f
commit c0570335f2
1 changed files with 1 additions and 2 deletions

View File

@ -87,7 +87,6 @@ import-order-style = pep8
[testenv:bandit]
# B108 hardcoded_tmp_directory - remove when fixed
# B109 password_config_option_not_marked_secret
# B602 subprocess_popen_with_shell_equals_true - removed when fixed
# B605 start_process_with_a_shell - remove when fixed
commands = bandit -r vmware_nsx_tempest_plugin -n 5 -s B108,B109,B602,B605 -ll
commands = bandit -r vmware_nsx_tempest_plugin -n 5 -s B108,B602,B605 -ll