Merge "Remove execute permissions from test files."

This commit is contained in:
Jenkins 2013-05-29 14:44:36 +00:00 committed by Gerrit Code Review
commit 33657e576b
3 changed files with 4 additions and 0 deletions

@ -94,6 +94,10 @@ class _IntegratedTestBase(test.TestCase):
# Auto-assign ports to allow concurrent tests
f['osapi_volume_listen_port'] = 0
# Use simple scheduler to avoid complications - we test schedulers
# separately
f['scheduler_driver'] = 'cinder.scheduler.simple.SimpleScheduler'
return f
def get_unused_server_name(self):

0
cinder/tests/integrated/test_volumes.py Executable file → Normal file

0
cinder/tests/test_storwize_svc.py Executable file → Normal file