[TrivialFix] Correct file mode settings

Drop the undesired executable bit for the following files:
  1. manila_tempest_tests/services/share/v2/json/shares_client.py
  2. manila_tempest_tests/tests/api/test_share_networks.py

Also add pep8 check for new executable files under manila_tempest_tests.

Change-Id: Iaa509fdf4e0ebeb60d71b053f62459992c938468
This commit is contained in:
xiaozhuangqing 2016-09-25 15:36:47 +08:00
parent 8b277fd7d8
commit 82a4244eff
3 changed files with 1 additions and 0 deletions

View File

0
manila_tempest_tests/tests/api/test_share_networks.py Executable file → Normal file
View File

View File

@ -51,6 +51,7 @@ commands =
tools/check_logging.sh \ tools/check_logging.sh \
run_tests.sh run_tests.sh
{toxinidir}/tools/check_exec.py {toxinidir}/manila {toxinidir}/tools/check_exec.py {toxinidir}/manila
{toxinidir}/tools/check_exec.py {toxinidir}/manila_tempest_tests
{toxinidir}/tools/check_logging.sh {toxinidir}/manila {toxinidir}/tools/check_logging.sh {toxinidir}/manila
[testenv:genconfig] [testenv:genconfig]