Sha256: 221851b5a3ff3139e794f241fafc5a69f9aa8c49d657aa8d6807a744db18ee84

Contents?: true

Size: 396 Bytes

Versions: 63

Compression:

Stored size: 396 Bytes

Contents

namespace :google do
  namespace :smoke do

    desc "Smoke tests for Google Compute Engine."
    task :compute do
      require 'fog'

      puts "These smoke tests assume you have a file at ~/.fog which has your credentials for connecting to GCE."

      Dir.glob("./examples/*.rb").each do |file|
        puts "Running #{file}:"
        require file
        test()
      end
    end
  end
end

Version data entries

63 entries across 63 versions & 6 rubygems

Version Path
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/lib/fog/google/Rakefile
fog-1.29.0 lib/fog/google/Rakefile
fog-1.28.0 lib/fog/google/Rakefile
fog-1.27.0 lib/fog/google/Rakefile
fog-1.26.0 lib/fog/google/Rakefile
fog-1.25.0 lib/fog/google/Rakefile
nsidc-fog-1.24.1 lib/fog/google/Rakefile
fog-1.24.0 lib/fog/google/Rakefile
ns-fog-1.22.11 lib/fog/google/Rakefile
ns-fog-1.22.10 lib/fog/google/Rakefile
ns-fog-1.22.9 lib/fog/google/Rakefile
ns-fog-1.22.8 lib/fog/google/Rakefile
ns-fog-1.22.7 lib/fog/google/Rakefile
ns-fog-1.22.6 lib/fog/google/Rakefile
fog-1.23.0 lib/fog/google/Rakefile
ns-fog-1.22.4 lib/fog/google/Rakefile
ns-fog-1.22.3 lib/fog/google/Rakefile
ns-fog-1.22.2 lib/fog/google/Rakefile
fog-1.22.1 lib/fog/google/Rakefile
fog-1.22.0 lib/fog/google/Rakefile