mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
10 lines
263 B
Ruby
10 lines
263 B
Ruby
|
Shindo.tests('Fog::Rackspace::Monitoring | agent token', ['rackspace','rackspace_monitoring']) do
|
||
|
service = Fog::Rackspace::Monitoring.new
|
||
|
|
||
|
options = { :label => "fog_#{Time.now.to_i.to_s}" }
|
||
|
model_tests(service.agent_tokens, options, false) do
|
||
|
|
||
|
end
|
||
|
|
||
|
end
|