Files
monasca-agent/tests
Craig Bryant 032c043727 Allow overriding values using args in ServicePlugin
Some of the subclasses of ServicePlugin allow overriding the
service_api_url using args. This could be useful for all
plugins so move that code into ServicePlugin.

Also allow overriding of process_names, search_pattern,
overwrite and template_dir.

Remove the code in the ironic and trove plugins that duplicated
this code.

Added a unit test for this code.

Change-Id: Ibd97effa6d5bff0cf621e4bdcbe6f5b781d195f4
2015-10-30 12:53:28 -06:00
..
2015-08-24 13:06:35 -06:00
2015-08-20 15:04:00 -06:00
2015-08-20 15:04:00 -06:00
2015-08-24 13:06:35 -06:00
2015-08-24 13:06:35 -06:00

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.