Sha256: 6e39c0cd7efc79a0c116cbcfdcfa976eae1e13fc87affd5f61eb811d60059f8a

Contents?: true

Size: 624 Bytes

Versions: 129

Compression:

Stored size: 624 Bytes

Contents

Shindo.tests('Fog::Compute[:aws] | spot price history requests', ['aws']) do

  @spot_price_history_format = {
    'spotPriceHistorySet'   => [{
      'availabilityZone'    => String,
      'instanceType'        => String,
      'spotPrice'           => Float,
      'productDescription'  => String,
      'timestamp'           => Time
    }],
    'requestId' => String
  }

  tests('success') do

    pending # Some history data doesn't have an availability zone

    tests("#describe_spot_price_history").formats(@spot_price_history_format) do
      Fog::Compute[:aws].describe_spot_price_history.body
    end

  end

end

Version data entries

129 entries across 129 versions & 21 rubygems

Version Path
fog-maestrodev-1.18.0.20131218202447 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/aws/requests/compute/spot_price_history_tests.rb
gapinc-fog-1.12.1.2.1 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/aws/requests/compute/spot_price_history_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/aws/requests/compute/spot_price_history_tests.rb
fog-1.18.0 tests/aws/requests/compute/spot_price_history_tests.rb