Sha256: 9c1d0b0d56bba47eb0568ff5415772ef9850f3c37e98a9c150aa7a8dca1c49c2

Contents?: true

Size: 259 Bytes

Versions: 7

Compression:

Stored size: 259 Bytes

Contents

require 'integration_helper'

class Ubuntu12_04OhaiHintsTest < IntegrationTest
  def user
    "ubuntu"
  end

  def image_id
    "ami-9a873ff3"
  end

  def prepare_server
    # Do nothing as `solo bootstrap` will do everything
  end

  include OhaiHints
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
knife-solo-0.7.0 test/integration/ubuntu12_04_ohai_hints_test.rb
knife-solo-0.7.0.pre3 test/integration/ubuntu12_04_ohai_hints_test.rb
knife-solo-0.7.0.pre2 test/integration/ubuntu12_04_ohai_hints_test.rb
knife-solo-0.7.0.pre test/integration/ubuntu12_04_ohai_hints_test.rb
knife-solo-0.6.0 test/integration/ubuntu12_04_ohai_hints_test.rb
knife-solo-0.5.1 test/integration/ubuntu12_04_ohai_hints_test.rb
knife-solo-0.5.0 test/integration/ubuntu12_04_ohai_hints_test.rb