fog-aws 3.9.0 → 3.13.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (292) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +251 -17
  3. data/README.md +1 -1
  4. data/fog-aws.gemspec +6 -6
  5. data/lib/fog/aws/compute.rb +6 -3
  6. data/lib/fog/aws/credential_fetcher.rb +14 -7
  7. data/lib/fog/aws/models/compute/security_group.rb +13 -5
  8. data/lib/fog/aws/models/compute/server.rb +2 -0
  9. data/lib/fog/aws/models/storage/file.rb +21 -17
  10. data/lib/fog/aws/parsers/compute/describe_security_groups.rb +18 -4
  11. data/lib/fog/aws/requests/compute/authorize_security_group_ingress.rb +15 -0
  12. data/lib/fog/aws/requests/compute/create_network_interface.rb +7 -4
  13. data/lib/fog/aws/requests/compute/create_subnet.rb +3 -3
  14. data/lib/fog/aws/requests/compute/describe_security_groups.rb +2 -0
  15. data/lib/fog/aws/requests/compute/run_instances.rb +44 -0
  16. data/lib/fog/aws/requests/storage/delete_multiple_objects.rb +18 -8
  17. data/lib/fog/aws/requests/storage/get_object.rb +1 -1
  18. data/lib/fog/aws/storage.rb +42 -3
  19. data/lib/fog/aws/version.rb +1 -1
  20. metadata +11 -297
  21. data/.gitignore +0 -17
  22. data/.travis.yml +0 -124
  23. data/Gemfile +0 -14
  24. data/Rakefile +0 -14
  25. data/bin/console +0 -14
  26. data/bin/setup +0 -8
  27. data/gemfiles/Gemfile-edge +0 -14
  28. data/gemfiles/Gemfile-ruby-2.0 +0 -7
  29. data/stale.yml +0 -17
  30. data/tests/credentials_tests.rb +0 -149
  31. data/tests/helper.rb +0 -29
  32. data/tests/helpers/collection_helper.rb +0 -90
  33. data/tests/helpers/compute/flavors_helper.rb +0 -28
  34. data/tests/helpers/compute/server_helper.rb +0 -23
  35. data/tests/helpers/compute/servers_helper.rb +0 -8
  36. data/tests/helpers/dns_helper.rb +0 -56
  37. data/tests/helpers/formats_helper.rb +0 -100
  38. data/tests/helpers/formats_helper_tests.rb +0 -107
  39. data/tests/helpers/mock_helper.rb +0 -109
  40. data/tests/helpers/model_helper.rb +0 -30
  41. data/tests/helpers/responds_to_helper.rb +0 -11
  42. data/tests/helpers/schema_validator_tests.rb +0 -104
  43. data/tests/helpers/succeeds_helper.rb +0 -9
  44. data/tests/lorem.txt +0 -1
  45. data/tests/models/auto_scaling/activities_tests.rb +0 -6
  46. data/tests/models/auto_scaling/configuration_test.rb +0 -13
  47. data/tests/models/auto_scaling/configurations_tests.rb +0 -11
  48. data/tests/models/auto_scaling/groups_test.rb +0 -27
  49. data/tests/models/auto_scaling/helper.rb +0 -0
  50. data/tests/models/auto_scaling/instance_tests.rb +0 -15
  51. data/tests/models/auto_scaling/instances_tests.rb +0 -6
  52. data/tests/models/beanstalk/application_tests.rb +0 -69
  53. data/tests/models/beanstalk/applications_tests.rb +0 -7
  54. data/tests/models/beanstalk/environment_tests.rb +0 -131
  55. data/tests/models/beanstalk/environments_tests.rb +0 -34
  56. data/tests/models/beanstalk/template_tests.rb +0 -47
  57. data/tests/models/beanstalk/templates_tests.rb +0 -62
  58. data/tests/models/beanstalk/version_tests.rb +0 -66
  59. data/tests/models/beanstalk/versions_tests.rb +0 -60
  60. data/tests/models/cdn/distribution_tests.rb +0 -15
  61. data/tests/models/cdn/distributions_tests.rb +0 -15
  62. data/tests/models/cdn/invalidation_tests.rb +0 -31
  63. data/tests/models/cdn/invalidations_tests.rb +0 -14
  64. data/tests/models/cdn/streaming_distribution_tests.rb +0 -15
  65. data/tests/models/cdn/streaming_distributions_tests.rb +0 -15
  66. data/tests/models/cloud_watch/alarm_data_tests.rb +0 -42
  67. data/tests/models/cloud_watch/alarm_history_tests.rb +0 -22
  68. data/tests/models/cloud_watch/metric_statistics_tests.rb +0 -51
  69. data/tests/models/cloud_watch/metrics_tests.rb +0 -32
  70. data/tests/models/compute/address_tests.rb +0 -43
  71. data/tests/models/compute/addresses_tests.rb +0 -5
  72. data/tests/models/compute/dhcp_option_tests.rb +0 -3
  73. data/tests/models/compute/dhcp_options_tests.rb +0 -3
  74. data/tests/models/compute/internet_gateway_tests.rb +0 -3
  75. data/tests/models/compute/internet_gateways_tests.rb +0 -3
  76. data/tests/models/compute/key_pair_tests.rb +0 -26
  77. data/tests/models/compute/key_pairs_tests.rb +0 -5
  78. data/tests/models/compute/network_acl_tests.rb +0 -109
  79. data/tests/models/compute/network_acls_tests.rb +0 -20
  80. data/tests/models/compute/network_interfaces_test.rb +0 -12
  81. data/tests/models/compute/security_group_tests.rb +0 -98
  82. data/tests/models/compute/security_groups_tests.rb +0 -5
  83. data/tests/models/compute/server_tests.rb +0 -94
  84. data/tests/models/compute/snapshot_tests.rb +0 -10
  85. data/tests/models/compute/snapshots_tests.rb +0 -10
  86. data/tests/models/compute/subnet_tests.rb +0 -13
  87. data/tests/models/compute/subnets_tests.rb +0 -5
  88. data/tests/models/compute/volume_tests.rb +0 -65
  89. data/tests/models/compute/volumes_tests.rb +0 -5
  90. data/tests/models/compute/vpc_tests.rb +0 -26
  91. data/tests/models/compute/vpcs_tests.rb +0 -19
  92. data/tests/models/data_pipeline/pipeline_tests.rb +0 -8
  93. data/tests/models/data_pipeline/pipelines_tests.rb +0 -8
  94. data/tests/models/dns/record_tests.rb +0 -33
  95. data/tests/models/dns/records_tests.rb +0 -41
  96. data/tests/models/dns/zone_tests.rb +0 -4
  97. data/tests/models/dns/zones_tests.rb +0 -4
  98. data/tests/models/efs/file_system_tests.rb +0 -12
  99. data/tests/models/efs/mount_target_tests.rb +0 -45
  100. data/tests/models/efs/mount_targets_tests.rb +0 -30
  101. data/tests/models/elasticache/cluster_tests.rb +0 -30
  102. data/tests/models/elasticache/parameter_groups_tests.rb +0 -15
  103. data/tests/models/elasticache/security_groups_tests.rb +0 -52
  104. data/tests/models/elasticache/subnet_groups_tests.rb +0 -43
  105. data/tests/models/elb/model_tests.rb +0 -360
  106. data/tests/models/elb/tagging_tests.rb +0 -15
  107. data/tests/models/glacier/model_tests.rb +0 -47
  108. data/tests/models/iam/access_keys_tests.rb +0 -53
  109. data/tests/models/iam/groups_tests.rb +0 -59
  110. data/tests/models/iam/instance_profile_tests.rb +0 -18
  111. data/tests/models/iam/managed_policies_tests.rb +0 -89
  112. data/tests/models/iam/policies_tests.rb +0 -57
  113. data/tests/models/iam/roles_tests.rb +0 -71
  114. data/tests/models/iam/users_tests.rb +0 -119
  115. data/tests/models/rds/cluster_tests.rb +0 -54
  116. data/tests/models/rds/clusters_tests.rb +0 -5
  117. data/tests/models/rds/event_subscription_tests.rb +0 -9
  118. data/tests/models/rds/event_subscriptions_tests.rb +0 -6
  119. data/tests/models/rds/helper.rb +0 -25
  120. data/tests/models/rds/instance_option_tests.rb +0 -14
  121. data/tests/models/rds/parameter_group_tests.rb +0 -24
  122. data/tests/models/rds/parameter_groups_tests.rb +0 -8
  123. data/tests/models/rds/security_group_tests.rb +0 -77
  124. data/tests/models/rds/security_groups_tests.rb +0 -5
  125. data/tests/models/rds/server_tests.rb +0 -131
  126. data/tests/models/rds/servers_tests.rb +0 -24
  127. data/tests/models/rds/snapshot_tests.rb +0 -12
  128. data/tests/models/rds/snapshots_tests.rb +0 -12
  129. data/tests/models/rds/tagging_tests.rb +0 -20
  130. data/tests/models/sns/topic_tests.rb +0 -15
  131. data/tests/models/sns/topics_tests.rb +0 -6
  132. data/tests/models/storage/directory_tests.rb +0 -91
  133. data/tests/models/storage/file_tests.rb +0 -129
  134. data/tests/models/storage/files_tests.rb +0 -90
  135. data/tests/models/storage/url_tests.rb +0 -25
  136. data/tests/models/storage/version_tests.rb +0 -52
  137. data/tests/models/storage/versions_tests.rb +0 -51
  138. data/tests/models/support/trusted_advisor_tests.rb +0 -25
  139. data/tests/parsers/compute/describe_images_tests.rb +0 -33
  140. data/tests/parsers/elb/describe_load_balancers.rb +0 -65
  141. data/tests/parsers/elbv2/create_load_balancer_tests.rb +0 -48
  142. data/tests/parsers/elbv2/describe_listeners_tests.rb +0 -76
  143. data/tests/parsers/elbv2/describe_load_balancers_tests.rb +0 -54
  144. data/tests/parsers/elbv2/describe_tags_tests.rb +0 -35
  145. data/tests/requests/auto_scaling/auto_scaling_tests.rb +0 -111
  146. data/tests/requests/auto_scaling/describe_types_tests.rb +0 -102
  147. data/tests/requests/auto_scaling/helper.rb +0 -229
  148. data/tests/requests/auto_scaling/model_tests.rb +0 -235
  149. data/tests/requests/auto_scaling/notification_configuration_tests.rb +0 -124
  150. data/tests/requests/auto_scaling/tag_tests.rb +0 -63
  151. data/tests/requests/beanstalk/application_tests.rb +0 -140
  152. data/tests/requests/beanstalk/solution_stack_tests.rb +0 -22
  153. data/tests/requests/cdn/cdn_tests.rb +0 -252
  154. data/tests/requests/cloud_formation/stack_tests.rb +0 -167
  155. data/tests/requests/cloud_watch/get_metric_statistics_tests.rb +0 -28
  156. data/tests/requests/cloud_watch/list_metrics_test.rb +0 -64
  157. data/tests/requests/cloud_watch/put_metric_data_tests.rb +0 -36
  158. data/tests/requests/compute/address_tests.rb +0 -144
  159. data/tests/requests/compute/assign_private_ip_tests.rb +0 -55
  160. data/tests/requests/compute/availability_zone_tests.rb +0 -25
  161. data/tests/requests/compute/client_tests.rb +0 -25
  162. data/tests/requests/compute/dhcp_options_tests.rb +0 -39
  163. data/tests/requests/compute/helper.rb +0 -27
  164. data/tests/requests/compute/image_tests.rb +0 -169
  165. data/tests/requests/compute/instance_attrib_tests.rb +0 -168
  166. data/tests/requests/compute/instance_tests.rb +0 -338
  167. data/tests/requests/compute/internet_gateway_tests.rb +0 -49
  168. data/tests/requests/compute/key_pair_tests.rb +0 -67
  169. data/tests/requests/compute/network_acl_tests.rb +0 -112
  170. data/tests/requests/compute/network_interface_tests.rb +0 -239
  171. data/tests/requests/compute/placement_group_tests.rb +0 -48
  172. data/tests/requests/compute/region_tests.rb +0 -52
  173. data/tests/requests/compute/route_tests.rb +0 -341
  174. data/tests/requests/compute/security_group_tests.rb +0 -446
  175. data/tests/requests/compute/snapshot_tests.rb +0 -77
  176. data/tests/requests/compute/spot_datafeed_subscription_tests.rb +0 -47
  177. data/tests/requests/compute/spot_instance_tests.rb +0 -55
  178. data/tests/requests/compute/spot_price_history_tests.rb +0 -23
  179. data/tests/requests/compute/subnet_tests.rb +0 -87
  180. data/tests/requests/compute/tag_tests.rb +0 -101
  181. data/tests/requests/compute/volume_tests.rb +0 -263
  182. data/tests/requests/compute/vpc_tests.rb +0 -222
  183. data/tests/requests/data_pipeline/helper.rb +0 -78
  184. data/tests/requests/data_pipeline/pipeline_tests.rb +0 -80
  185. data/tests/requests/dns/change_resource_record_sets_tests.rb +0 -34
  186. data/tests/requests/dns/dns_tests.rb +0 -240
  187. data/tests/requests/dns/health_check_tests.rb +0 -159
  188. data/tests/requests/dns/helper.rb +0 -21
  189. data/tests/requests/dynamodb/item_tests.rb +0 -137
  190. data/tests/requests/dynamodb/table_tests.rb +0 -99
  191. data/tests/requests/ecs/cluster_tests.rb +0 -112
  192. data/tests/requests/ecs/container_instance_tests.rb +0 -119
  193. data/tests/requests/ecs/helper.rb +0 -276
  194. data/tests/requests/ecs/sample_task_definition1.json +0 -56
  195. data/tests/requests/ecs/service_tests.rb +0 -132
  196. data/tests/requests/ecs/task_definitions_tests.rb +0 -97
  197. data/tests/requests/ecs/task_tests.rb +0 -145
  198. data/tests/requests/efs/file_system_tests.rb +0 -152
  199. data/tests/requests/efs/helper.rb +0 -44
  200. data/tests/requests/elasticache/cache_cluster_tests.rb +0 -137
  201. data/tests/requests/elasticache/describe_events.rb +0 -17
  202. data/tests/requests/elasticache/describe_reserved_cache_nodes.rb +0 -17
  203. data/tests/requests/elasticache/helper.rb +0 -103
  204. data/tests/requests/elasticache/parameter_group_tests.rb +0 -105
  205. data/tests/requests/elasticache/security_group_tests.rb +0 -108
  206. data/tests/requests/elasticache/subnet_group_tests.rb +0 -52
  207. data/tests/requests/elb/helper.rb +0 -91
  208. data/tests/requests/elb/listener_tests.rb +0 -68
  209. data/tests/requests/elb/load_balancer_tests.rb +0 -89
  210. data/tests/requests/elb/policy_tests.rb +0 -132
  211. data/tests/requests/elbv2/helper.rb +0 -66
  212. data/tests/requests/elbv2/load_balancer_tests.rb +0 -50
  213. data/tests/requests/emr/helper.rb +0 -167
  214. data/tests/requests/emr/instance_group_tests.rb +0 -106
  215. data/tests/requests/emr/job_flow_tests.rb +0 -88
  216. data/tests/requests/federation/get_signin_token_tests.rb +0 -11
  217. data/tests/requests/glacier/archive_tests.rb +0 -13
  218. data/tests/requests/glacier/multipart_upload_tests.rb +0 -29
  219. data/tests/requests/glacier/tree_hash_tests.rb +0 -91
  220. data/tests/requests/glacier/vault_tests.rb +0 -35
  221. data/tests/requests/iam/access_key_tests.rb +0 -53
  222. data/tests/requests/iam/account_policy_tests.rb +0 -20
  223. data/tests/requests/iam/account_tests.rb +0 -34
  224. data/tests/requests/iam/group_policy_tests.rb +0 -48
  225. data/tests/requests/iam/group_tests.rb +0 -44
  226. data/tests/requests/iam/helper.rb +0 -154
  227. data/tests/requests/iam/instance_profile_tests.rb +0 -44
  228. data/tests/requests/iam/login_profile_tests.rb +0 -62
  229. data/tests/requests/iam/managed_policy_tests.rb +0 -110
  230. data/tests/requests/iam/mfa_tests.rb +0 -23
  231. data/tests/requests/iam/role_tests.rb +0 -156
  232. data/tests/requests/iam/server_certificate_tests.rb +0 -130
  233. data/tests/requests/iam/user_policy_tests.rb +0 -45
  234. data/tests/requests/iam/user_tests.rb +0 -78
  235. data/tests/requests/iam/versioned_managed_policy_tests.rb +0 -105
  236. data/tests/requests/kinesis/helper.rb +0 -111
  237. data/tests/requests/kinesis/stream_tests.rb +0 -169
  238. data/tests/requests/kms/helper.rb +0 -27
  239. data/tests/requests/kms/key_tests.rb +0 -23
  240. data/tests/requests/lambda/function_sample_1.js +0 -9
  241. data/tests/requests/lambda/function_sample_2.js +0 -9
  242. data/tests/requests/lambda/function_tests.rb +0 -460
  243. data/tests/requests/lambda/helper.rb +0 -81
  244. data/tests/requests/rds/cluster_snapshot_tests.rb +0 -43
  245. data/tests/requests/rds/cluster_tests.rb +0 -37
  246. data/tests/requests/rds/db_engine_versions.rb +0 -7
  247. data/tests/requests/rds/db_snapshot_tests.rb +0 -62
  248. data/tests/requests/rds/describe_events.rb +0 -16
  249. data/tests/requests/rds/event_subscription_tests.rb +0 -30
  250. data/tests/requests/rds/helper.rb +0 -406
  251. data/tests/requests/rds/instance_option_tests.rb +0 -27
  252. data/tests/requests/rds/instance_tests.rb +0 -149
  253. data/tests/requests/rds/log_file_tests.rb +0 -19
  254. data/tests/requests/rds/parameter_group_tests.rb +0 -62
  255. data/tests/requests/rds/parameter_request_tests.rb +0 -32
  256. data/tests/requests/rds/security_group_tests.rb +0 -101
  257. data/tests/requests/rds/subnet_groups_tests.rb +0 -52
  258. data/tests/requests/rds/tagging_tests.rb +0 -78
  259. data/tests/requests/redshift/cluster_parameter_group_tests.rb +0 -76
  260. data/tests/requests/redshift/cluster_security_group_tests.rb +0 -42
  261. data/tests/requests/redshift/cluster_snapshot_tests.rb +0 -73
  262. data/tests/requests/redshift/cluster_tests.rb +0 -80
  263. data/tests/requests/ses/helper.rb +0 -9
  264. data/tests/requests/ses/verified_domain_identity_tests.rb +0 -16
  265. data/tests/requests/ses/verified_email_address_tests.rb +0 -27
  266. data/tests/requests/simpledb/attributes_tests.rb +0 -86
  267. data/tests/requests/simpledb/domain_tests.rb +0 -51
  268. data/tests/requests/simpledb/helper.rb +0 -10
  269. data/tests/requests/sns/helper.rb +0 -9
  270. data/tests/requests/sns/subscription_tests.rb +0 -86
  271. data/tests/requests/sns/topic_tests.rb +0 -53
  272. data/tests/requests/sqs/helper.rb +0 -9
  273. data/tests/requests/sqs/message_tests.rb +0 -51
  274. data/tests/requests/sqs/queue_tests.rb +0 -50
  275. data/tests/requests/storage/acl_utils_tests.rb +0 -209
  276. data/tests/requests/storage/bucket_tests.rb +0 -416
  277. data/tests/requests/storage/cors_utils_tests.rb +0 -108
  278. data/tests/requests/storage/delete_multiple_objects_tests.rb +0 -12
  279. data/tests/requests/storage/multipart_copy_tests.rb +0 -93
  280. data/tests/requests/storage/multipart_upload_tests.rb +0 -121
  281. data/tests/requests/storage/object_tests.rb +0 -269
  282. data/tests/requests/storage/versioning_tests.rb +0 -262
  283. data/tests/requests/sts/assume_role_tests.rb +0 -19
  284. data/tests/requests/sts/assume_role_with_saml_tests.rb +0 -18
  285. data/tests/requests/sts/assume_role_with_web_identity_tests.rb +0 -28
  286. data/tests/requests/sts/get_federation_token_tests.rb +0 -20
  287. data/tests/requests/sts/session_token_tests.rb +0 -16
  288. data/tests/requests/support/helper.rb +0 -43
  289. data/tests/requests/support/trusted_advisor_check_tests.rb +0 -16
  290. data/tests/signaturev4_tests.rb +0 -106
  291. data/tests/signed_params_tests.rb +0 -17
  292. data/tests/storage_tests.rb +0 -7
@@ -1,36 +0,0 @@
1
- Shindo.tests('AWS::CloudWatch | metric requests', ['aws', 'cloudwatch']) do
2
- tests('success') do
3
-
4
- namespace = 'Custom/Test'
5
- @puts_format = {'ResponseMetadata' => {'RequestId' => String}}
6
-
7
- tests('#puts_value').formats(@puts_format) do
8
- pending if Fog.mocking?
9
- Fog::AWS[:cloud_watch].put_metric_data(namespace, [{'MetricName' => 'RequestTest', 'Unit' => 'None', 'Value' => 1}]).body
10
- end
11
-
12
- tests('#puts_statistics_set').succeeds do
13
- pending if Fog.mocking?
14
- Fog::AWS[:cloud_watch].put_metric_data(namespace, [{'MetricName' => 'RequestTest', 'Unit' => 'None', 'StatisticValues' => {'Minimum' => 0, 'Maximum' => 9, 'Sum' => 45, 'SampleCount' => 10, 'Average' => 4.5}}]).body
15
- end
16
-
17
- tests('#puts with dimensions').succeeds do
18
- pending if Fog.mocking?
19
- dimensions = [{}]
20
- Fog::AWS[:cloud_watch].put_metric_data(namespace, [{'MetricName' => 'RequestTest', 'Unit' => 'None', 'Value' => 1, 'Dimensions' => dimensions}]).body
21
- end
22
-
23
- tests('#puts more than one').succeeds do
24
- pending if Fog.mocking?
25
- datapoints = (0...3).map do |i|
26
- dp = {'MetricName' => "#{i}RequestTest", 'Unit' => 'None', 'Value' => i}
27
- if i%2==0
28
- dp['Dimensions'] = [{'Name' => 'Ruler', 'Value' => "measurement_#{i}"}]
29
- end
30
- dp
31
- end
32
- Fog::AWS[:cloud_watch].put_metric_data(namespace, datapoints).body
33
- end
34
-
35
- end
36
- end
@@ -1,144 +0,0 @@
1
- Shindo.tests('Fog::Compute[:aws] | address requests', ['aws']) do
2
- compute = Fog::Compute[:aws]
3
-
4
- @addresses_format = {
5
- 'addressesSet' => [{
6
- 'allocationId' => Fog::Nullable::String,
7
- 'associationId' => Fog::Nullable::String,
8
- 'domain' => String,
9
- 'instanceId' => Fog::Nullable::String,
10
- 'publicIp' => String
11
- }],
12
- 'requestId' => String
13
- }
14
- @server = compute.servers.create
15
- @server.wait_for { ready? }
16
- @ip_address = @server.public_ip_address
17
-
18
- tests('success') do
19
-
20
- @public_ip = nil
21
- @vpc_public_ip = nil
22
- @vpc_allocation_id = nil
23
-
24
- tests('#allocate_address').formats({'domain' => String, 'publicIp' => String, 'requestId' => String}) do
25
- data = compute.allocate_address.body
26
- @public_ip = data['publicIp']
27
- data
28
- end
29
-
30
- tests("#allocate_address('vpc')").formats({'domain' => String, 'publicIp' => String, 'allocationId' => String, 'requestId' => String}) do
31
- data = compute.allocate_address('vpc').body
32
- @vpc_public_ip = data['publicIp']
33
- @vpc_allocation_id = data['allocationId']
34
- data
35
- end
36
-
37
- # the following 2 tests imply that your account is old enough that the tested region does not have a default VPC. These methods do not work with an ip created in a vpc. this probably means that they will probably fail if they aren't mocked
38
- tests("#move_address_to_vpc('#{@public_ip}')").formats({'status' => String, 'allocationId' => String, 'requestId' => String}) do
39
- compute.move_address_to_vpc(@public_ip).body
40
- end
41
-
42
- tests("#restore_address_to_classic('#{@public_ip}')").formats({'status' => String, 'publicIp' => String, 'requestId' => String}) do
43
- compute.restore_address_to_classic(@public_ip).body
44
- end
45
-
46
- tests('#describe_addresses').formats(@addresses_format) do
47
- compute.describe_addresses.body
48
- end
49
-
50
- tests("#describe_addresses('public-ip' => #{@public_ip}')").formats(@addresses_format) do
51
- compute.describe_addresses('public-ip' => @public_ip).body
52
- end
53
-
54
- tests("#associate_address('#{@server.identity}', '#{@public_ip}')").formats(AWS::Compute::Formats::BASIC) do
55
- compute.associate_address(@server.identity, @public_ip).body
56
- end
57
-
58
- tests("#associate_address({:instance_id=>'#{@server.identity}', :public_ip=>'#{@public_ip}'})").formats(AWS::Compute::Formats::BASIC) do
59
- compute.associate_address({:instance_id=>@server.identity,:public_ip=> @public_ip}).body
60
- end
61
-
62
- tests("#dissassociate_address('#{@public_ip}')").formats(AWS::Compute::Formats::BASIC) do
63
- compute.disassociate_address(@public_ip).body
64
- end
65
-
66
- tests("#associate_address('#{@server.id}', nil, nil, '#{@vpc_allocation_id}')").formats(AWS::Compute::Formats::BASIC) do
67
- compute.associate_address(@server.id, nil, nil, @vpc_allocation_id).body
68
- end
69
-
70
- $pry = true
71
- tests("#associate_address({:instance_id=>'#{@server.id}', :allocation_id=>'#{@vpc_allocation_id}'})").formats(AWS::Compute::Formats::BASIC) do
72
- compute.associate_address({:instance_id=>@server.id, :allocation_id=>@vpc_allocation_id}).body
73
- end
74
-
75
- tests("#disassociate_address('#{@vpc_public_ip}')").raises(Fog::AWS::Compute::Error) do
76
- compute.disassociate_address(@vpc_public_ip)
77
- end
78
-
79
- tests("#release_address('#{@public_ip}')").formats(AWS::Compute::Formats::BASIC) do
80
- compute.release_address(@public_ip).body
81
- end
82
-
83
- tests("#disassociate_address('#{@vpc_public_ip}', '#{@vpc_allocation_id}')").formats(AWS::Compute::Formats::BASIC) do
84
- address = compute.describe_addresses('public-ip' => @vpc_public_ip).body['addressesSet'].first
85
- compute.disassociate_address(@vpc_public_ip, address['associationId']).body
86
- end
87
-
88
- tests("#release_address('#{@vpc_allocation_id}')").formats(AWS::Compute::Formats::BASIC) do
89
- compute.release_address(@vpc_allocation_id).body
90
- end
91
- end
92
-
93
- tests('failure') do
94
-
95
- @address = compute.addresses.create
96
- @vpc_address = compute.addresses.create(:domain => 'vpc')
97
-
98
- tests("#associate_addresses({:instance_id =>'i-00000000', :public_ip => '#{@address.identity}')}").raises(Fog::AWS::Compute::NotFound) do
99
- compute.associate_address({:instance_id => 'i-00000000', :public_ip => @address.identity})
100
- end
101
-
102
- tests("#associate_addresses({:instance_id =>'#{@server.identity}', :public_ip => '127.0.0.1'})").raises(Fog::AWS::Compute::Error) do
103
- compute.associate_address({:instance_id => @server.identity, :public_ip => '127.0.0.1'})
104
- end
105
-
106
- tests("#associate_addresses({:instance_id =>'i-00000000', :public_ip => '127.0.0.1'})").raises(Fog::AWS::Compute::NotFound) do
107
- compute.associate_address({:instance_id =>'i-00000000', :public_ip =>'127.0.0.1'})
108
- end
109
-
110
- tests("#restore_address_to_classic('#{@vpc_address.identity}')").raises(Fog::AWS::Compute::Error) do
111
- compute.restore_address_to_classic(@vpc_address.identity)
112
- end
113
-
114
- tests("#disassociate_addresses('127.0.0.1') raises BadRequest error").raises(Fog::AWS::Compute::Error) do
115
- compute.disassociate_address('127.0.0.1')
116
- end
117
-
118
- tests("#release_address('127.0.0.1')").raises(Fog::AWS::Compute::Error) do
119
- compute.release_address('127.0.0.1')
120
- end
121
-
122
- tests("#release_address('#{@vpc_address.identity}')").raises(Fog::AWS::Compute::Error) do
123
- compute.release_address(@vpc_address.identity)
124
- end
125
-
126
- if Fog.mocking?
127
- old_limit = compute.data[:limits][:addresses]
128
-
129
- tests("#allocate_address", "limit exceeded").raises(Fog::AWS::Compute::Error) do
130
- compute.data[:limits][:addresses] = 0
131
- compute.allocate_address
132
- end
133
-
134
- compute.data[:limits][:addresses] = old_limit
135
- end
136
-
137
- @address.destroy
138
- @vpc_address.destroy
139
-
140
- end
141
-
142
- @server.destroy
143
-
144
- end
@@ -1,55 +0,0 @@
1
- Shindo.tests('Fog::Compute[:aws] | internet_gateway requests', ['aws']) do
2
-
3
- tests('success') do
4
- Fog::AWS::Compute::Mock.reset if Fog.mocking?
5
-
6
- @vpc=Fog::Compute[:aws].vpcs.create('cidr_block' => '10.0.10.0/24')
7
- @vpc_id = @vpc.id
8
-
9
- @subnet=Fog::Compute[:aws].subnets.create('vpc_id' => @vpc_id, 'cidr_block' => '10.0.10.0/24')
10
- @subnet_id = @subnet.subnet_id
11
-
12
- @network_interface = Fog::Compute[:aws].network_interfaces.new(:subnet_id => @subnet_id)
13
- @network_interface.save
14
- @network_interface_id = @network_interface.network_interface_id
15
-
16
- @ip_address = Fog::AWS::Mock.ip_address
17
- @second_ip_address = Fog::AWS::Mock.ip_address
18
-
19
- tests("#assign_private_ip_addresses('#{@network_interface_id}', {'PrivateIpAddresses'=>['#{@ip_address}','#{@second_ip_address}']})").formats(AWS::Compute::Formats::BASIC) do
20
- Fog::Compute[:aws].assign_private_ip_addresses(@network_interface_id, { 'PrivateIpAddresses' =>[@ip_address, @second_ip_address]}).body
21
- end
22
-
23
- tests("#assign_private_ip_addresses('#{@network_interface_id}', {'SecondaryPrivateIpAddressCount'=>4})").formats(AWS::Compute::Formats::BASIC) do
24
- Fog::Compute[:aws].assign_private_ip_addresses(@network_interface_id, {'SecondaryPrivateIpAddressCount'=>4}).body
25
- end
26
-
27
- @network_interface.destroy
28
- @subnet.destroy
29
- @vpc.destroy
30
- end
31
-
32
- tests('failure') do
33
- Fog::AWS::Compute::Mock.reset if Fog.mocking?
34
-
35
- @vpc=Fog::Compute[:aws].vpcs.create('cidr_block' => '10.0.10.0/24')
36
- @vpc_id = @vpc.id
37
-
38
- @subnet=Fog::Compute[:aws].subnets.create('vpc_id' => @vpc_id, 'cidr_block' => '10.0.10.0/24')
39
- @subnet_id = @subnet.subnet_id
40
-
41
- @network_interface = Fog::Compute[:aws].network_interfaces.new(:subnet_id => @subnet_id)
42
- @network_interface.save
43
- @network_interface_id = @network_interface.network_interface_id
44
-
45
- @ip_address = Fog::AWS::Mock.ip_address
46
-
47
- tests("#assign_private_ip_addresses('#{@network_interface_id}', {'PrivateIpAddresses'=>['#{@ip_address}','#{@second_ip_address}'], 'SecondaryPrivateIpAddressCount'=>4 })").raises(Fog::AWS::Compute::Error) do
48
- Fog::Compute[:aws].assign_private_ip_addresses(@network_interface_id, { 'PrivateIpAddresses' =>[@ip_address, @second_ip_address], 'SecondaryPrivateIpAddressCount'=>4 }).body
49
- end
50
-
51
- @network_interface.destroy
52
- @subnet.destroy
53
- @vpc.destroy
54
- end
55
- end
@@ -1,25 +0,0 @@
1
- Shindo.tests('Fog::Compute[:aws] | availability zone requests', ['aws']) do
2
-
3
- @availability_zones_format = {
4
- 'availabilityZoneInfo' => [{
5
- 'messageSet' => [],
6
- 'regionName' => String,
7
- 'zoneName' => String,
8
- 'zoneState' => String
9
- }],
10
- 'requestId' => String
11
- }
12
-
13
- tests('success') do
14
-
15
- tests('#describe_availability_zones').formats(@availability_zones_format) do
16
- Fog::Compute[:aws].describe_availability_zones.body
17
- end
18
-
19
- tests("#describe_availability_zones('zone-name' => 'us-east-1a')").formats(@availability_zones_format) do
20
- Fog::Compute[:aws].describe_availability_zones('zone-name' => 'us-east-1a').body
21
- end
22
-
23
- end
24
-
25
- end
@@ -1,25 +0,0 @@
1
- Shindo.tests('Fog::Compute[:aws] | account tests', ['aws']) do
2
- if Fog.mocking?
3
- tests('check for vpc') do
4
- tests('supports both vpc and ec2 in compatibility mode').succeeds do
5
- client = Fog::Compute[:aws]
6
- client.enable_ec2_classic
7
- data = Fog::Compute[:aws].describe_account_attributes.body
8
- data['accountAttributeSet'].any? { |s| [*s["values"]].include?("VPC") && [*s["values"]].include?("EC2") }
9
- end
10
- tests('supports VPC in vpc mode').succeeds do
11
- client = Fog::Compute[:aws]
12
- client.enable_ec2_classic
13
- data = Fog::Compute[:aws].describe_account_attributes.body
14
- data['accountAttributeSet'].any? { |s| [*s["values"]].include?("VPC") }
15
- end
16
-
17
- tests('does not support VPC and EC2 in vpc mode').succeeds do
18
- client = Fog::Compute[:aws]
19
- client.disable_ec2_classic
20
- data = Fog::Compute[:aws].describe_account_attributes.body
21
- !data['accountAttributeSet'].any? { |s| [*s["values"]].include?("VPC") && [*s["values"]].include?("EC2") }
22
- end
23
- end
24
- end
25
- end
@@ -1,39 +0,0 @@
1
- Shindo.tests('Fog::Compute[:aws] | dhcp_options requests', ['aws']) do
2
-
3
- @dhcp_options_format = {
4
- 'dhcpOptionsSet' => [{
5
- 'dhcpOptionsId' => String,
6
- 'dhcpConfigurationSet' => Hash,
7
- 'tagSet' => Fog::Nullable::Hash,
8
- }],
9
- 'requestId' => String
10
- }
11
-
12
- tests('success') do
13
- @vpc=Fog::Compute[:aws].vpcs.create('cidr_block' => '10.0.10.0/24')
14
- @vpc_id = @vpc.id
15
-
16
- tests('#create_dhcp_options').formats(@dhcp_options_format) do
17
- data = Fog::Compute[:aws].create_dhcp_options({'domain-name' => 'example.com', 'domain-name-servers' => '10.10.10.10'}).body
18
- @dopt_id = data['dhcpOptionsSet'].first['dhcpOptionsId']
19
- data
20
- end
21
-
22
- tests('#describe_dhcp_options').formats(@dhcp_options_format) do
23
- Fog::Compute[:aws].describe_dhcp_options.body
24
- end
25
-
26
- tests("#associate_dhcp_options('#{@dopt_id}, #{@vpc_id}')").formats(AWS::Compute::Formats::BASIC) do
27
- Fog::Compute[:aws].associate_dhcp_options(@dopt_id, @vpc_id).body
28
- end
29
-
30
- tests("#associate_default_dhcp_options('default', #{@vpc_id}')").formats(AWS::Compute::Formats::BASIC) do
31
- Fog::Compute[:aws].associate_dhcp_options('default', @vpc_id).body
32
- end
33
-
34
- tests("#delete_dhcp_options('#{@dopt_id}')").formats(AWS::Compute::Formats::BASIC) do
35
- Fog::Compute[:aws].delete_dhcp_options(@dopt_id).body
36
- end
37
- @vpc.destroy
38
- end
39
- end
@@ -1,27 +0,0 @@
1
- class AWS
2
- module Compute
3
- module Formats
4
- BASIC = {
5
- 'requestId' => String
6
- }
7
-
8
- DESCRIBE_IMAGES = BASIC.merge({
9
- "imagesSet" => [{
10
- "imageId" => String,
11
- "imageLocation" => String,
12
- "imageState" => String,
13
- "imageOwnerId" => String,
14
- "creationDate" => Fog::Nullable::String,
15
- "isPublic" => Fog::Nullable::Boolean,
16
- "architecture" => String,
17
- "imageType" => String,
18
- "imageOwnerAlias" => String,
19
- "rootDeviceType" => String,
20
- "blockDeviceMapping" => Array,
21
- "virtualizationType" => String,
22
- "hypervisor" => String
23
- }]
24
- })
25
- end
26
- end
27
- end
@@ -1,169 +0,0 @@
1
- Shindo.tests('Fog::Compute[:aws] | image requests', ['aws']) do
2
- @describe_images_format = {
3
- 'imagesSet' => [{
4
- 'architecture' => String,
5
- 'blockDeviceMapping' => [Fog::Nullable::Hash],
6
- 'description' => Fog::Nullable::String,
7
- 'hypervisor' => String,
8
- 'imageId' => String,
9
- 'imageLocation' => String,
10
- 'imageOwnerAlias' => Fog::Nullable::String,
11
- 'imageOwnerId' => String,
12
- 'imageState' => String,
13
- 'imageType' => String,
14
- 'isPublic' => Fog::Boolean,
15
- 'kernelId' => String,
16
- 'name' => String,
17
- 'platform' => Fog::Nullable::String,
18
- 'productCodes' => [],
19
- 'ramdiskId' => Fog::Nullable::String,
20
- 'rootDeviceName' => String,
21
- 'rootDeviceType' => String,
22
- 'stateReason' => {},
23
- 'tagSet' => {},
24
- 'virtualizationType' => String,
25
- 'creationDate' => Fog::Nullable::Time,
26
- 'enaSupport' => Fog::Nullable::Boolean
27
- }],
28
- 'requestId' => String,
29
- }
30
-
31
- @register_image_format = {
32
- 'imageId' => String,
33
- 'requestId' => String
34
- }
35
-
36
- @modify_image_attribute_format = {
37
- 'return' => Fog::Boolean,
38
- 'requestId' => String
39
- }
40
- @describe_image_attribute_format = {
41
- 'requestId' => String,
42
- 'imageId' => String,
43
- 'launchPermission' => [Fog::Nullable::String]
44
- }
45
- @create_image_format = {
46
- 'requestId' => String,
47
- 'imageId' => String
48
- }
49
-
50
- @image_copy_result = {
51
- 'requestId' => String,
52
- 'imageId' => String
53
- }
54
-
55
- tests('success') do
56
- # the result for this is HUGE and relatively uninteresting...
57
- # tests("#describe_images").formats(@images_format) do
58
- # Fog::Compute[:aws].describe_images.body
59
- # end
60
- @image_id = 'ami-1aad5273'
61
-
62
- if Fog.mocking?
63
- @other_account = Fog::AWS::Compute.new(:aws_access_key_id => 'other', :aws_secret_access_key => 'account')
64
-
65
- @server = Fog::Compute[:aws].servers.create
66
- @server.wait_for{state == 'running'}
67
- @created_image
68
- tests("#create_image").formats(@create_image_format) do
69
- result = Fog::Compute[:aws].create_image(@server.id, 'Fog-Test-Image', 'Fog Test Image', false).body
70
- @created_image = Fog::Compute[:aws].images.get(result['imageId'])
71
- result
72
- end
73
- tests("#create_image - no reboot").formats(@create_image_format) do
74
- result = Fog::Compute[:aws].create_image(@server.id, 'Fog-Test-Image', 'Fog Test Image', true).body
75
- @created_image = Fog::Compute[:aws].images.get(result['imageId'])
76
- result
77
- end
78
- tests("#create_image - automatic ebs image registration").returns(true) do
79
- create_image_response = Fog::Compute[:aws].create_image(@server.id, 'Fog-Test-Image', 'Fog Test Image')
80
- Fog::Compute[:aws].images.get(create_image_response.body['imageId']) != nil
81
- end
82
- @server.destroy
83
-
84
- tests("#copy_image (#{@image_id}, 'eu-west-1')").formats(@image_copy_result) do
85
- data = Fog::Compute.new(:provider => :aws, :region => "us-west-1", :version => "2013-02-01").copy_image(@image_id, "eu-east-1").body
86
- @eu_image_id = data['imageId']
87
- data
88
- end
89
-
90
- tests("#register_image").formats(@register_image_format) do
91
- @image = Fog::Compute[:aws].register_image('image', 'image', '/dev/sda1').body
92
- end
93
-
94
- tests("#register_image - with ebs block device mapping").formats(@register_image_format) do
95
- @ebs_image = Fog::Compute[:aws].register_image('image', 'image', '/dev/sda1', [ { 'DeviceName' => '/dev/sdh', "SnapshotId" => "snap-123456789", "VolumeSize" => "10G", "DeleteOnTermination" => true}]).body
96
- end
97
-
98
- tests("#register_image - with ephemeral block device mapping").formats(@register_image_format) do
99
- @ephemeral_image = Fog::Compute[:aws].register_image('image', 'image', '/dev/sda1', [ { 'VirtualName' => 'ephemeral0', "DeviceName" => "/dev/sdb"} ]).body
100
- end
101
-
102
- @image_id = @image['imageId']
103
- sleep 1
104
-
105
- tests("#describe_images('Owner' => 'self')").formats(@describe_images_format) do
106
- Fog::Compute[:aws].describe_images('Owner' => 'self').body
107
- end
108
-
109
- tests("#describe_images('state' => 'available')").formats(@describe_images_format) do
110
- Fog::Compute[:aws].describe_images('state' => 'available').body
111
- end
112
-
113
- tests("other_account#describe_images('image-id' => '#{@image_id}')").returns([]) do
114
- @other_account.describe_images('image-id' => @image_id).body['imagesSet']
115
- end
116
-
117
- tests("#modify_image_attribute('#{@image_id}', 'Add.UserId' => ['#{@other_account.data[:owner_id]}'])").formats(@modify_image_attribute_format) do
118
- Fog::Compute[:aws].modify_image_attribute(@image_id, { 'Add.UserId' => [@other_account.data[:owner_id]] }).body
119
- end
120
-
121
- tests("#describe_image_attribute('#{@image_id}', 'launchPermission'])").formats(@describe_image_attribute_format) do
122
- Fog::Compute[:aws].describe_image_attribute(@image_id, 'launchPermission' ).body
123
- end
124
-
125
- tests("other_account#describe_images('image-id' => '#{@image_id}')").returns([@image_id]) do
126
- @other_account.describe_images('image-id' => @image_id).body['imagesSet'].map {|i| i['imageId'] }
127
- end
128
-
129
- tests("#modify_image_attribute('#{@image_id}', 'Remove.UserId' => ['#{@other_account.data[:owner_id]}'])").formats(@modify_image_attribute_format) do
130
- Fog::Compute[:aws].modify_image_attribute(@image_id, { 'Remove.UserId' => [@other_account.data[:owner_id]] }).body
131
- end
132
-
133
- tests("other_account#describe_images('image-id' => '#{@image_id}')").returns([]) do
134
- @other_account.describe_images('image-id' => @image_id).body['imagesSet']
135
- end
136
- end
137
-
138
- tests("#describe_images('image-id' => '#{@image_id}')").formats(@describe_images_format) do
139
- @other_image = Fog::Compute[:aws].describe_images('image-id' => @image_id).body
140
- end
141
-
142
- unless Fog.mocking?
143
- tests("#describe_images('Owner' => '#{@other_image['imageOwnerAlias']}', 'image-id' => '#{@image_id}')").formats(@describe_images_format) do
144
- Fog::Compute[:aws].describe_images('Owner' => @other_image['imageOwnerAlias'], 'image-id' => @image_id).body
145
- end
146
- end
147
-
148
- #NOTE: waiting for the image to complete can sometimes take up to 1 hour
149
- # for quicker tests: uncomment the rest of this block
150
- #Fog.wait_for { Fog::Compute.new(:provider => :aws, :region => "us-west-1").snapshots.get(@eu_image_id) }
151
-
152
- #tests("#delete_snapshots(#{@eu_image_id})").formats(AWS::Compute::Formats::BASIC) do
153
- # Fog::Compute.new(:provider => :aws, :region => "us-west-1").delete_snapshot(@eu_image_id).body
154
- #end
155
-
156
- end
157
-
158
- tests('failure') do
159
- tests("#modify_image_attribute(nil, { 'Add.Group' => ['all'] })").raises(ArgumentError) do
160
- Fog::Compute[:aws].modify_image_attribute(nil, { 'Add.Group' => ['all'] }).body
161
- end
162
-
163
- tests("#modify_image_attribute('ami-00000000', { 'Add.UserId' => ['123456789012'] })").raises(Fog::AWS::Compute::NotFound) do
164
- pending unless Fog.mocking?
165
-
166
- Fog::Compute[:aws].modify_image_attribute('ami-00000000', { 'Add.UserId' => ['123456789012'] }).body
167
- end
168
- end
169
- end