Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 7.68 KB | None | 0 0
  1. /usr/bin/pep8 --version
  2. 1.5.1
  3. for x in config.py constants.py crossImportsTests.py vdsm.py ; do \
  4.         exclude="${exclude},${x}" ; \
  5.     done ; \
  6.     /usr/bin/pep8 --exclude="${exclude}" --filename '*.py,*.py.in' .
  7. ./tests/miscTests.py:144:20: E111 indentation is not a multiple of four
  8. ./tests/miscTests.py:144:20: E113 unexpected indentation
  9. ./tests/miscTests.py:289:19: E111 indentation is not a multiple of four
  10. ./tests/miscTests.py:289:19: E113 unexpected indentation
  11. ./tests/miscTests.py:303:19: E111 indentation is not a multiple of four
  12. ./tests/miscTests.py:303:19: E113 unexpected indentation
  13. ./tests/miscTests.py:332:19: E111 indentation is not a multiple of four
  14. ./tests/miscTests.py:332:19: E113 unexpected indentation
  15. ./tests/miscTests.py:379:16: E111 indentation is not a multiple of four
  16. ./tests/miscTests.py:379:16: E113 unexpected indentation
  17. ./tests/miscTests.py:472:16: E111 indentation is not a multiple of four
  18. ./tests/miscTests.py:472:16: E113 unexpected indentation
  19. ./tests/miscTests.py:1171:24: E713 test for membership should be 'not in'
  20. ./tests/outOfProcessTests.py:35:16: E111 indentation is not a multiple of four
  21. ./tests/outOfProcessTests.py:35:16: E113 unexpected indentation
  22. ./tests/persistentDictTests.py:29:28: E111 indentation is not a multiple of four
  23. ./tests/persistentDictTests.py:29:28: E113 unexpected indentation
  24. ./tests/persistentDictTests.py:37:16: E111 indentation is not a multiple of four
  25. ./tests/persistentDictTests.py:37:16: E113 unexpected indentation
  26. ./tests/persistentDictTests.py:61:16: E111 indentation is not a multiple of four
  27. ./tests/persistentDictTests.py:61:16: E113 unexpected indentation
  28. ./tests/persistentDictTests.py:73:40: E111 indentation is not a multiple of four
  29. ./tests/persistentDictTests.py:73:40: E113 unexpected indentation
  30. ./tests/remoteFileHandlerTests.py:41:16: E111 indentation is not a multiple of four
  31. ./tests/remoteFileHandlerTests.py:41:16: E113 unexpected indentation
  32. ./tests/utilsTests.py:52:32: E111 indentation is not a multiple of four
  33. ./tests/utilsTests.py:52:32: E113 unexpected indentation
  34. ./tests/functional/dhcp.py:52:29: E128 continuation line under-indented for visual indent
  35. ./tests/functional/dhcp.py:53:29: E128 continuation line under-indented for visual indent
  36. ./tests/functional/dhcp.py:54:29: E128 continuation line under-indented for visual indent
  37. ./tests/functional/storageTests.py:373:12: E713 test for membership should be 'not in'
  38. ./tests/functional/storageTests.py:502:16: E713 test for membership should be 'not in'
  39. ./vdsm_hooks/fileinject/before_vm_start.py:95:19: E111 indentation is not a multiple of four
  40. ./vdsm_hooks/fileinject/before_vm_start.py:96:19: E111 indentation is not a multiple of four
  41. ./vdsm_hooks/fileinject/before_vm_start.py:103:24: E714 test for object identity should be 'is not'
  42. ./vdsm_hooks/qos/before_vm_start.py:41:12: E713 test for membership should be 'not in'
  43. ./vdsm_hooks/openstacknet/before_device_create.py:123:23: E128 continuation line under-indented for visual indent
  44. ./vdsm_hooks/openstacknet/before_device_create.py:124:23: E128 continuation line under-indented for visual indent
  45. ./vdsm_hooks/openstacknet/before_device_create.py:125:23: E128 continuation line under-indented for visual indent
  46. ./vdsm_hooks/isolatedprivatevlan/before_vm_start.py:12:8: E714 test for object identity should be 'is not'
  47. ./vdsm_hooks/promisc/after_vm_start.py:119:21: E112 expected an indented block
  48. ./vdsm_hooks/promisc/after_vm_start.py:120:21: E112 expected an indented block
  49. ./vdsm_hooks/promisc/after_vm_start.py:121:21: E112 expected an indented block
  50. ./vdsm_hooks/promisc/after_vm_start.py:122:21: E112 expected an indented block
  51. ./vdsm_hooks/promisc/after_vm_start.py:123:21: E112 expected an indented block
  52. ./vdsm_hooks/promisc/after_vm_start.py:124:21: E112 expected an indented block
  53. ./vdsm_hooks/promisc/after_vm_start.py:125:21: E112 expected an indented block
  54. ./vdsm_hooks/promisc/after_vm_start.py:126:21: E112 expected an indented block
  55. ./vdsm_hooks/vmdisk/before_vm_start.py:85:16: E713 test for membership should be 'not in'
  56. ./vds_bootstrap/miniyum.py:480:12: E713 test for membership should be 'not in'
  57. ./lib/vdsm/ipwrapper.py:671:35: E713 test for membership should be 'not in'
  58. ./lib/vdsm/netinfo.py:513:17: E128 continuation line under-indented for visual indent
  59. ./lib/vdsm/tool/upgrade_300_networks.py:51:12: E713 test for membership should be 'not in'
  60. ./client/vdsClient.py:185:24: E713 test for membership should be 'not in'
  61. ./client/vdsClient.py:1096:20: E713 test for membership should be 'not in'
  62. ./client/vdsClient.py:1546:28: E713 test for membership should be 'not in'
  63. ./client/vdsClient.py:1553:16: E713 test for membership should be 'not in'
  64. ./client/vdsClient.py:1891:25: E128 continuation line under-indented for visual indent
  65. ./client/vdsClient.py:1920:26: E128 continuation line under-indented for visual indent
  66. ./client/vdsClient.py:2023:24: E128 continuation line under-indented for visual indent
  67. ./client/vdsClient.py:2027:23: E128 continuation line under-indented for visual indent
  68. ./client/vdsClient.py:2096:36: E128 continuation line under-indented for visual indent
  69. ./client/vdsClient.py:2498:24: E128 continuation line under-indented for visual indent
  70. ./client/vdsClient.py:2508:22: E128 continuation line under-indented for visual indent
  71. ./vdsm/API.py:183:17: E112 expected an indented block
  72. ./vdsm/API.py:184:17: E112 expected an indented block
  73. ./vdsm/API.py:185:17: E112 expected an indented block
  74. ./vdsm/API.py:221:48: E713 test for membership should be 'not in'
  75. ./vdsm/API.py:1518:13: E128 continuation line under-indented for visual indent
  76. ./vdsm/dumpStorageTable.py:58:24: E713 test for membership should be 'not in'
  77. ./vdsm/dumpStorageTable.py:72:12: E713 test for membership should be 'not in'
  78. ./vdsm/dumpStorageTable.py:101:20: E713 test for membership should be 'not in'
  79. ./vdsm/dumpStorageTable.py.in:58:24: E713 test for membership should be 'not in'
  80. ./vdsm/dumpStorageTable.py.in:72:12: E713 test for membership should be 'not in'
  81. ./vdsm/dumpStorageTable.py.in:101:20: E713 test for membership should be 'not in'
  82. ./vdsm/gluster/hooks.py:216:12: E713 test for membership should be 'not in'
  83. ./vdsm/storage/blockSD.py:465:23: E128 continuation line under-indented for visual indent
  84. ./vdsm/storage/blockSD.py:989:25: E128 continuation line under-indented for visual indent
  85. ./vdsm/storage/blockVolume.py:97:21: E128 continuation line under-indented for visual indent
  86. ./vdsm/storage/blockVolume.py:335:36: E128 continuation line under-indented for visual indent
  87. ./vdsm/storage/fileUtils.py:232:12: E713 test for membership should be 'not in'
  88. ./vdsm/storage/hsm.py:2592:12: E713 test for membership should be 'not in'
  89. ./vdsm/storage/iscsi.py:296:12: E713 test for membership should be 'not in'
  90. ./vdsm/storage/iscsi.py:319:12: E713 test for membership should be 'not in'
  91. ./vdsm/storage/misc.py:657:12: E713 test for membership should be 'not in'
  92. ./vdsm/storage/outOfProcess.py:42:16: E713 test for membership should be 'not in'
  93. ./vdsm/storage/resourceManager.py:59:12: E713 test for membership should be 'not in'
  94. ./vdsm/storage/resourceManager.py:427:16: E713 test for membership should be 'not in'
  95. ./vdsm/storage/resourceManager.py:456:20: E713 test for membership should be 'not in'
  96. ./vdsm/storage/resourceManager.py:744:16: E713 test for membership should be 'not in'
  97. ./vdsm/storage/resourceManager.py:780:16: E713 test for membership should be 'not in'
  98. ./vdsm/storage/resourceManager.py:902:16: E713 test for membership should be 'not in'
  99. ./vdsm/storage/resourceManager.py:954:16: E713 test for membership should be 'not in'
  100. ./vdsm/storage/storageServer.py:751:16: E713 test for membership should be 'not in'
  101. ./vdsm/storage/storage_mailbox.py:93:13: E713 test for membership should be 'not in'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement