monasca-agent/tests
Ryan Brandt e7eabee61d Allow apostrophes in dimension names and values
Change-Id: Iec6a2b4190bdcc24978e9f5921a68cd00fd7834e
2015-09-04 13:54:34 -06: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 Fixed default process metrics. 2015-08-24 13:06:35 -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.