commit | d48fc094ecc11fc4911846242d8796a791c3a29d | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <masayuki@igawa.io> | Tue Sep 12 12:46:16 2017 -0600 |
committer | Masayuki Igawa <masayuki@igawa.io> | Tue Sep 12 12:50:46 2017 -0600 |
tree | e3ffe63e3d61c11e72241a6560fca5bced78266a | |
parent | 86a0b0deb7cb37c55680bf758f134355040db742 [diff] |
Remove unnecessary executable permissions This commit removes unnecessary executable permissions. I found them with find command[1]. [1] $ find tempest -type f -executable Change-Id: Ife03bb46893ed39ac0b236bf42351c408d739e7a
diff --git a/tempest/api/identity/v3/test_catalog.py b/tempest/api/identity/v3/test_catalog.py old mode 100755 new mode 100644
diff --git a/tempest/api/volume/admin/test_user_messages.py b/tempest/api/volume/admin/test_user_messages.py old mode 100755 new mode 100644
diff --git a/tempest/lib/services/volume/v1/encryption_types_client.py b/tempest/lib/services/volume/v1/encryption_types_client.py old mode 100755 new mode 100644
diff --git a/tempest/lib/services/volume/v2/encryption_types_client.py b/tempest/lib/services/volume/v2/encryption_types_client.py old mode 100755 new mode 100644