Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1. py27 develop-inst-nodeps: /home/clif/git_repos/mercury/src/mercury-common
  2. py27 installed: appdirs==1.4.0,coverage==4.3.4,funcsigs==1.0.2,-e git+git@github.com:jr0d/mercury.git@c6f20e65268349b03c6e634a4c43d6cc49324b30#egg=mercury_common&subdirectory=src/mercury-common,mock==2.0.0,msgpack-python==0.4.8,packaging==16.8,pbr==1.10.0,py==1.4.32,pymongo==3.4.0,pyparsing==2.1.10,pytest==3.0.6,pytest-cov==2.4.0,PyYAML==3.12,pyzmq==16.0.2,redis==2.10.5,six==1.10.0
  3. py27 runtests: PYTHONHASHSEED='4089726859'
  4. py27 runtests: commands[0] | pytest --cov=mercury.common
  5. ============================= test session starts ==============================
  6. platform linux2 -- Python 2.7.13, pytest-3.0.6, py-1.4.32, pluggy-0.4.0
  7. rootdir: /home/clif/git_repos/mercury/src/mercury-common, inifile:
  8. plugins: cov-2.4.0
  9. collected 72 items
  10.  
  11. tests/unit/test_configuration.py ...
  12. tests/unit/test_mercury_id.py ......
  13. tests/unit/test_transport.py .................
  14. tests/unit/inventory_client/test_client.py ...........
  15. tests/unit/misc/test_cpuinfo.py .....
  16. tests/unit/misc/test_iproute2.py ...
  17. tests/unit/misc/test_lspci.py ...........
  18. tests/unit/task_managers/base/test_manager.py .......
  19. tests/unit/task_managers/base/test_task.py ..
  20. tests/unit/task_managers/base/test_worker.py ....
  21. tests/unit/task_managers/redis/test_redis_task.py ...
  22.  
  23. ---------- coverage: platform linux2, python 2.7.13-final-0 ----------
  24. Name Stmts Miss Cover
  25. --------------------------------------------------------------------
  26. mercury/common/__init__.py 0 0 100%
  27. mercury/common/configuration.py 24 0 100%
  28. mercury/common/exceptions.py 32 0 100%
  29. mercury/common/helpers/__init__.py 0 0 100%
  30. mercury/common/helpers/cli.py 63 43 32%
  31. mercury/common/helpers/size.py 127 127 0%
  32. mercury/common/helpers/util.py 21 21 0%
  33. mercury/common/inventory_client/__init__.py 1 0 100%
  34. mercury/common/inventory_client/client.py 32 0 100%
  35. mercury/common/log.py 0 0 100%
  36. mercury/common/mercury_id.py 57 0 100%
  37. mercury/common/misc/__init__.py 0 0 100%
  38. mercury/common/misc/biosdevname.py 15 15 0%
  39. mercury/common/misc/cpuinfo.py 93 0 100%
  40. mercury/common/misc/iproute2.py 35 0 100%
  41. mercury/common/misc/lspci.py 112 0 100%
  42. mercury/common/misc/network_interfaces.py 39 39 0%
  43. mercury/common/misc/sysfs.py 66 66 0%
  44. mercury/common/misc/udev.py 69 69 0%
  45. mercury/common/models/__init__.py 0 0 100%
  46. mercury/common/models/computer.py 13 13 0%
  47. mercury/common/mongo.py 30 30 0%
  48. mercury/common/service/__init__.py 0 0 100%
  49. mercury/common/task_managers/__init__.py 0 0 100%
  50. mercury/common/task_managers/base/__init__.py 3 0 100%
  51. mercury/common/task_managers/base/manager.py 49 0 100%
  52. mercury/common/task_managers/base/task.py 17 3 82%
  53. mercury/common/task_managers/base/worker.py 22 0 100%
  54. mercury/common/task_managers/redis/__init__.py 0 0 100%
  55. mercury/common/task_managers/redis/task.py 32 2 94%
  56. mercury/common/transport.py 112 1 99%
  57. --------------------------------------------------------------------
  58. TOTAL 1064 429 60%
  59.  
  60.  
  61. ========================== 72 passed in 0.36 seconds ===========================
  62. py3 develop-inst-nodeps: /home/clif/git_repos/mercury/src/mercury-common
  63. py3 installed: appdirs==1.4.0,coverage==4.3.4,funcsigs==1.0.2,-e git+git@github.com:jr0d/mercury.git@c6f20e65268349b03c6e634a4c43d6cc49324b30#egg=mercury_common&subdirectory=src/mercury-common,mock==2.0.0,msgpack-python==0.4.8,packaging==16.8,pbr==1.10.0,py==1.4.32,pymongo==3.4.0,pyparsing==2.1.10,pytest==3.0.6,pytest-cov==2.4.0,PyYAML==3.12,pyzmq==16.0.2,redis==2.10.5,six==1.10.0
  64. py3 runtests: PYTHONHASHSEED='4089726859'
  65. py3 runtests: commands[0] | pytest --cov=mercury.common
  66. ============================= test session starts ==============================
  67. platform linux2 -- Python 2.7.13, pytest-3.0.6, py-1.4.32, pluggy-0.4.0
  68. rootdir: /home/clif/git_repos/mercury/src/mercury-common, inifile:
  69. plugins: cov-2.4.0
  70. collected 72 items
  71.  
  72. tests/unit/test_configuration.py ...
  73. tests/unit/test_mercury_id.py ......
  74. tests/unit/test_transport.py .................
  75. tests/unit/inventory_client/test_client.py ...........
  76. tests/unit/misc/test_cpuinfo.py .....
  77. tests/unit/misc/test_iproute2.py ...
  78. tests/unit/misc/test_lspci.py ...........
  79. tests/unit/task_managers/base/test_manager.py .......
  80. tests/unit/task_managers/base/test_task.py ..
  81. tests/unit/task_managers/base/test_worker.py ....
  82. tests/unit/task_managers/redis/test_redis_task.py ...
  83.  
  84. ---------- coverage: platform linux2, python 2.7.13-final-0 ----------
  85. Name Stmts Miss Cover
  86. --------------------------------------------------------------------
  87. mercury/common/__init__.py 0 0 100%
  88. mercury/common/configuration.py 24 0 100%
  89. mercury/common/exceptions.py 32 0 100%
  90. mercury/common/helpers/__init__.py 0 0 100%
  91. mercury/common/helpers/cli.py 63 43 32%
  92. mercury/common/helpers/size.py 127 127 0%
  93. mercury/common/helpers/util.py 21 21 0%
  94. mercury/common/inventory_client/__init__.py 1 0 100%
  95. mercury/common/inventory_client/client.py 32 0 100%
  96. mercury/common/log.py 0 0 100%
  97. mercury/common/mercury_id.py 57 0 100%
  98. mercury/common/misc/__init__.py 0 0 100%
  99. mercury/common/misc/biosdevname.py 15 15 0%
  100. mercury/common/misc/cpuinfo.py 93 0 100%
  101. mercury/common/misc/iproute2.py 35 0 100%
  102. mercury/common/misc/lspci.py 112 0 100%
  103. mercury/common/misc/network_interfaces.py 39 39 0%
  104. mercury/common/misc/sysfs.py 66 66 0%
  105. mercury/common/misc/udev.py 69 69 0%
  106. mercury/common/models/__init__.py 0 0 100%
  107. mercury/common/models/computer.py 13 13 0%
  108. mercury/common/mongo.py 30 30 0%
  109. mercury/common/service/__init__.py 0 0 100%
  110. mercury/common/task_managers/__init__.py 0 0 100%
  111. mercury/common/task_managers/base/__init__.py 3 0 100%
  112. mercury/common/task_managers/base/manager.py 49 0 100%
  113. mercury/common/task_managers/base/task.py 17 3 82%
  114. mercury/common/task_managers/base/worker.py 22 0 100%
  115. mercury/common/task_managers/redis/__init__.py 0 0 100%
  116. mercury/common/task_managers/redis/task.py 32 2 94%
  117. mercury/common/transport.py 112 1 99%
  118. --------------------------------------------------------------------
  119. TOTAL 1064 429 60%
  120.  
  121.  
  122. ========================== 72 passed in 0.38 seconds ===========================
  123. ___________________________________ summary ____________________________________
  124. py27: commands succeeded
  125. py3: commands succeeded
  126. congratulations :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement