Skip to content

Instantly share code, notes, and snippets.

@ClifHouck
Created March 6, 2017 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ClifHouck/ab935a8376cd74da9bd81a7c8c48f6ff to your computer and use it in GitHub Desktop.
Save ClifHouck/ab935a8376cd74da9bd81a7c8c48f6ff to your computer and use it in GitHub Desktop.
============================= test session starts ==============================
platform linux2 -- Python 2.7.13, pytest-3.0.6, py-1.4.32, pluggy-0.4.0
rootdir: /home/clif/git_repos/mercury/src/mercury-agent, inifile:
plugins: cov-2.4.0
collected 23 items
tests/unit/hwlib/test_cpuinfo.py .....
tests/unit/hwlib/test_iproute2.py ...
tests/unit/hwlib/test_lspci.py ...........
tests/unit/hwlib/test_network_interfaces.py ....
---------- coverage: platform linux2, python 2.7.13-final-0 ----------
Name Stmts Miss Cover
-------------------------------------------------------------------
mercury/inspector/hwlib/__init__.py 0 0 100%
mercury/inspector/hwlib/biosdevname.py 15 15 0%
mercury/inspector/hwlib/cpuinfo.py 93 0 100%
mercury/inspector/hwlib/iproute2.py 37 3 92%
mercury/inspector/hwlib/lspci.py 114 0 100%
mercury/inspector/hwlib/meminfo.py 17 17 0%
mercury/inspector/hwlib/mercury_id.py 63 63 0%
mercury/inspector/hwlib/network_interfaces.py 32 0 100%
mercury/inspector/hwlib/sysfs.py 74 74 0%
mercury/inspector/hwlib/udev.py 69 69 0%
-------------------------------------------------------------------
TOTAL 514 241 53%
========================== 23 passed in 0.11 seconds ===========================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment