Sha256: 604dbe089691170f6427a89ec37e950d589d57a173de8bf0bc332b9835d62049
Contents?: true
Size: 738 Bytes
Versions: 22
Compression:
Stored size: 738 Bytes
Contents
Shindo.tests('Fog::Google[:monitoring] | timeseries_descriptor requests', ['google']) do @monitoring = Fog::Google[:monitoring] @get_timeseries_descriptor_format = { 'metric' => String, 'project' => String, 'labels' => Hash, } @list_timeseries_descriptors_format = { 'kind' => String, 'youngest' => String, 'oldest' => String, 'timeseries' => [@get_timeseries_descriptor_format], } tests('success') do tests('#list_timeseries_descriptors').formats(@list_timeseries_descriptors_format) do @monitoring.list_timeseries_descriptors('compute.googleapis.com/instance/uptime', Time.now.strftime("%Y-%m-%dT%H:%M:%S%:z")).body end end end
Version data entries
22 entries across 20 versions & 5 rubygems