diff options
author | xiaozhuangqing <zhuangqing.xiao@easystack.cn> | 2016-09-25 15:36:47 +0800 |
---|---|---|
committer | xiaozhuangqing <zhuangqing.xiao@easystack.cn> | 2016-09-28 17:02:24 +0800 |
commit | 82a4244eff11e372a144c6552ea8800bdd3f64a0 (patch) | |
tree | 42fb41cb27075c8d5b3fc9f367b150f359325a31 /tox.ini | |
parent | 8b277fd7d899ef524f2e538865eede41923b6ceb (diff) |
[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
Notes
Notes (review):
Code-Review+1: Yingzhe Zeng <zengyingzhe@huawei.com>
Code-Review+2: Valeriy Ponomaryov <vponomaryov@mirantis.com>
Code-Review+2: Tom Barron <tpb@dyncloud.net>
Workflow+1: Tom Barron <tpb@dyncloud.net>
Verified+2: Jenkins
Submitted-by: Jenkins
Submitted-at: Wed, 28 Sep 2016 12:13:09 +0000
Reviewed-on: https://review.openstack.org/375958
Project: openstack/manila
Branch: refs/heads/master
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ commands = | |||
51 | tools/check_logging.sh \ | 51 | tools/check_logging.sh \ |
52 | run_tests.sh | 52 | run_tests.sh |
53 | {toxinidir}/tools/check_exec.py {toxinidir}/manila | 53 | {toxinidir}/tools/check_exec.py {toxinidir}/manila |
54 | {toxinidir}/tools/check_exec.py {toxinidir}/manila_tempest_tests | ||
54 | {toxinidir}/tools/check_logging.sh {toxinidir}/manila | 55 | {toxinidir}/tools/check_logging.sh {toxinidir}/manila |
55 | 56 | ||
56 | [testenv:genconfig] | 57 | [testenv:genconfig] |