Sha256: 1585f3edfd2152801e63e4a2272f0beb5766b870f8e9654d9809fccdd26dbeed

Contents?: true

Size: 617 Bytes

Versions: 62

Compression:

Stored size: 617 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper.rb'
require File.dirname(__FILE__) + '/../test_credentials.rb'
require 'pp'

class TestEc2 < Test::Unit::TestCase

    # Some of RightEc2 instance methods concerning instance launching and image registration
    # are not tested here due to their potentially risk.

    def setup
        TestCredentials.get_credentials
        @ec2 = Aws::Ec2.new(TestCredentials.aws_access_key_id,
                                   TestCredentials.aws_secret_access_key)
        @key = 'right_ec2_awesome_test_key'
        @group = 'right_ec2_awesome_test_security_group'
    end
end

Version data entries

62 entries across 62 versions & 4 rubygems

Version Path
aws-2.10.2 test/ec2/test_mon.rb
aws-2.10.0 test/ec2/test_mon.rb
aws-2.9.1 test/ec2/test_mon.rb
aws-2.4.5 test/ec2/test_mon.rb
aws-2.4.4 test/ec2/test_mon.rb
aws-2.4.3 test/ec2/test_mon.rb
aws-2.4.2 test/ec2/test_mon.rb
aws-2.4.1 test/ec2/test_mon.rb
aws-2.4.0 test/ec2/test_mon.rb
aws-2.3.34 test/ec2/test_mon.rb
aws-2.3.32 test/ec2/test_mon.rb
aws-2.3.31 test/ec2/test_mon.rb
aws-2.3.30 test/ec2/test_mon.rb
aws-2.3.29 test/ec2/test_mon.rb
hackerdude-aws-2.3.26 test/ec2/test_mon.rb
aws-2.3.28 test/ec2/test_mon.rb
aws-2.3.27 test/ec2/test_mon.rb
steamcannon-aws-2.3.26.2 test/ec2/test_mon.rb
steamcannon-aws-2.3.26.1 test/ec2/test_mon.rb
hackerdude-aws-2.3.25 test/ec2/test_mon.rb