instrumentation collection tests

This commit is contained in:
Kevin Olbrich 2014-01-03 15:12:42 -05:00
parent 62692f1dd8
commit 1b92f43abc
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Shindo.tests("Fog::Joyent[:analytics] | instrumentation", %w{joyent models instrumentation }) do
collection_tests(Fog::Joyent[:analytics].instrumentations, {:joyent_module => 'cpu', :stat => 'usage'}, true)
end