Commit Graph

5 Commits

Author SHA1 Message Date
Michael Rice 6eae6ea8db refactor testing directory layout
This changes the layout of the tests. Before both unit
and functional tests were in the same place. That made
it so development really needed to happen on linux because
of tests like uptime needing /proc/uptime This change
puts those kind of tests into the int testing dir
and adds a unit and integration test arg to tox.

Change-Id: I922079e4a556a171aadd801a8cc932e1e08f9b5d
Signed-off-by: Michael Rice <michael.rice@rackspace.com>
2017-05-31 21:11:29 -05:00
Kevin Carter a61786d4e1 added rackspace maas format (#28)
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-03-19 09:03:06 -05:00
Major Hayden 8c430edca0 Improve tests for formatters (#8)
This should give us full test coverage for the formatter plugins.
2017-03-09 10:40:02 -06:00
Kevin Carter 37a9950ab2 Added VM instances used and quotas (#6)
The following plugins add a basic OpenStack API framework which is used
to pull metrics for nova vm quotas and usage for RAM, vCPUs, disk, and
instance count.

added codecov.yml

Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2017-03-09 09:48:17 -06:00
Major Hayden f943e47f70 Improve test coverage (#4) 2017-03-07 16:34:14 -06:00