monasca-agent/tests
Michael James Hoppal 1ea13f3482 Change the detailed process check
Added the ability to get the avg cpu perc since last run
instead of blocking and getting the current cpu perc.

Change-Id: I46682759ba5495838745a7e3dca2fc0d405df7a3
2015-12-09 08:14:40 -07:00
..
README.md Converted the agent config file to yaml to match the plugin config files 2015-03-02 18:36:15 -07:00
__init__.py Renaming agent packages to reflect monasca 2014-12-19 09:22:03 -07:00
common.py Fixed default process metrics. 2015-08-24 13:06:35 -06:00
test-agent.yaml Fixed default process metrics. 2015-08-24 13:06:35 -06:00
test_aggregator.py Allow apostrophes in dimension names and values 2015-09-04 13:54:34 -06:00
test_config.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_keystone.py Updating unit tests 2015-08-20 15:04:00 -06:00
test_process.py Change the detailed process check 2015-12-09 08:14:40 -07:00
test_service_plugin.py Allow overriding values using args in ServicePlugin 2015-10-30 12:53:28 -06:00

README.md

Tests for the mon agent.

Run with nosestests -w tests

For many tests to work an agent.yaml must be in either /etc/monasca/agent/agent.yaml or in the working directory.

Many tests require specific applications enabled in order for the test to run, these are skipped by default. See https://nose.readthedocs.org/en/latest/plugins/skip.html for details.