cft_smartcloud 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (135) hide show
  1. data/.gitignore +2 -0
  2. data/CHANGELOG +8 -0
  3. data/LICENSE +178 -0
  4. data/README.rdoc +71 -0
  5. data/Rakefile +53 -0
  6. data/VERSION +1 -0
  7. data/bin/smartcloud +37 -0
  8. data/cft_smartcloud.gemspec +176 -0
  9. data/lib/cli_tools/README.txt +50 -0
  10. data/lib/cli_tools/ic-add-keypair.cmd +29 -0
  11. data/lib/cli_tools/ic-add-keypair.sh +15 -0
  12. data/lib/cli_tools/ic-allocate-address.cmd +29 -0
  13. data/lib/cli_tools/ic-allocate-address.sh +14 -0
  14. data/lib/cli_tools/ic-attach-volume.cmd +27 -0
  15. data/lib/cli_tools/ic-attach-volume.sh +27 -0
  16. data/lib/cli_tools/ic-clone-image.cmd +27 -0
  17. data/lib/cli_tools/ic-clone-image.sh +14 -0
  18. data/lib/cli_tools/ic-clone-volume.cmd +27 -0
  19. data/lib/cli_tools/ic-clone-volume.sh +60 -0
  20. data/lib/cli_tools/ic-cmd.cmd +41 -0
  21. data/lib/cli_tools/ic-cmd.sh +38 -0
  22. data/lib/cli_tools/ic-create-instance.cmd +27 -0
  23. data/lib/cli_tools/ic-create-instance.sh +14 -0
  24. data/lib/cli_tools/ic-create-password.cmd +27 -0
  25. data/lib/cli_tools/ic-create-password.sh +14 -0
  26. data/lib/cli_tools/ic-create-volume.cmd +27 -0
  27. data/lib/cli_tools/ic-create-volume.sh +14 -0
  28. data/lib/cli_tools/ic-delete-image.cmd +27 -0
  29. data/lib/cli_tools/ic-delete-image.sh +14 -0
  30. data/lib/cli_tools/ic-delete-instance.cmd +27 -0
  31. data/lib/cli_tools/ic-delete-instance.sh +14 -0
  32. data/lib/cli_tools/ic-delete-volume.cmd +27 -0
  33. data/lib/cli_tools/ic-delete-volume.sh +14 -0
  34. data/lib/cli_tools/ic-describe-address-offerings.cmd +27 -0
  35. data/lib/cli_tools/ic-describe-address-offerings.sh +14 -0
  36. data/lib/cli_tools/ic-describe-addresses.cmd +27 -0
  37. data/lib/cli_tools/ic-describe-addresses.sh +14 -0
  38. data/lib/cli_tools/ic-describe-image-agreement.cmd +27 -0
  39. data/lib/cli_tools/ic-describe-image-agreement.sh +14 -0
  40. data/lib/cli_tools/ic-describe-image.cmd +27 -0
  41. data/lib/cli_tools/ic-describe-image.sh +14 -0
  42. data/lib/cli_tools/ic-describe-images.cmd +27 -0
  43. data/lib/cli_tools/ic-describe-images.sh +14 -0
  44. data/lib/cli_tools/ic-describe-instance.cmd +27 -0
  45. data/lib/cli_tools/ic-describe-instance.sh +14 -0
  46. data/lib/cli_tools/ic-describe-instances.cmd +27 -0
  47. data/lib/cli_tools/ic-describe-instances.sh +14 -0
  48. data/lib/cli_tools/ic-describe-keypair.cmd +27 -0
  49. data/lib/cli_tools/ic-describe-keypair.sh +14 -0
  50. data/lib/cli_tools/ic-describe-keypairs.cmd +27 -0
  51. data/lib/cli_tools/ic-describe-keypairs.sh +14 -0
  52. data/lib/cli_tools/ic-describe-location.cmd +14 -0
  53. data/lib/cli_tools/ic-describe-location.sh +14 -0
  54. data/lib/cli_tools/ic-describe-locations.cmd +14 -0
  55. data/lib/cli_tools/ic-describe-locations.sh +14 -0
  56. data/lib/cli_tools/ic-describe-request.cmd +27 -0
  57. data/lib/cli_tools/ic-describe-request.sh +14 -0
  58. data/lib/cli_tools/ic-describe-vlans.cmd +27 -0
  59. data/lib/cli_tools/ic-describe-vlans.sh +14 -0
  60. data/lib/cli_tools/ic-describe-volume-offerings.cmd +27 -0
  61. data/lib/cli_tools/ic-describe-volume-offerings.sh +14 -0
  62. data/lib/cli_tools/ic-describe-volume.cmd +27 -0
  63. data/lib/cli_tools/ic-describe-volume.sh +14 -0
  64. data/lib/cli_tools/ic-describe-volumes.cmd +27 -0
  65. data/lib/cli_tools/ic-describe-volumes.sh +14 -0
  66. data/lib/cli_tools/ic-detach-volume.cmd +27 -0
  67. data/lib/cli_tools/ic-detach-volume.sh +27 -0
  68. data/lib/cli_tools/ic-extend-reservation.cmd +27 -0
  69. data/lib/cli_tools/ic-extend-reservation.sh +14 -0
  70. data/lib/cli_tools/ic-generate-keypair.cmd +27 -0
  71. data/lib/cli_tools/ic-generate-keypair.sh +14 -0
  72. data/lib/cli_tools/ic-release-address.cmd +27 -0
  73. data/lib/cli_tools/ic-release-address.sh +14 -0
  74. data/lib/cli_tools/ic-remove-keypair.cmd +27 -0
  75. data/lib/cli_tools/ic-remove-keypair.sh +14 -0
  76. data/lib/cli_tools/ic-restart-instance.cmd +27 -0
  77. data/lib/cli_tools/ic-restart-instance.sh +14 -0
  78. data/lib/cli_tools/ic-save-instance.cmd +27 -0
  79. data/lib/cli_tools/ic-save-instance.sh +14 -0
  80. data/lib/cli_tools/ic-set-default-key.cmd +27 -0
  81. data/lib/cli_tools/ic-set-default-key.sh +14 -0
  82. data/lib/cli_tools/ic-update-instance.cmd +27 -0
  83. data/lib/cli_tools/ic-update-instance.sh +14 -0
  84. data/lib/cli_tools/ic-update-keypair.cmd +27 -0
  85. data/lib/cli_tools/ic-update-keypair.sh +14 -0
  86. data/lib/cli_tools/lib/DeveloperCloud_API_Client_JAR.jar +0 -0
  87. data/lib/cli_tools/lib/DeveloperCloud_CMD_Tool.jar +0 -0
  88. data/lib/cli_tools/lib/commons-beanutils-1.6.1.jar +0 -0
  89. data/lib/cli_tools/lib/commons-cli-1.2.jar +0 -0
  90. data/lib/cli_tools/lib/commons-codec-1.3.jar +0 -0
  91. data/lib/cli_tools/lib/commons-collections-3.2.1.jar +0 -0
  92. data/lib/cli_tools/lib/commons-digester-1.8.jar +0 -0
  93. data/lib/cli_tools/lib/commons-httpclient-3.1.jar +0 -0
  94. data/lib/cli_tools/lib/commons-lang-2.3.jar +0 -0
  95. data/lib/cli_tools/lib/commons-logging-1.1.1.jar +0 -0
  96. data/lib/cli_tools/logging.properties +7 -0
  97. data/lib/cli_tools/manifest.rmd +26 -0
  98. data/lib/config/config.yml +50 -0
  99. data/lib/hash_fix.rb +37 -0
  100. data/lib/mime-types-1.16/History.txt +107 -0
  101. data/lib/mime-types-1.16/Install.txt +17 -0
  102. data/lib/mime-types-1.16/Licence.txt +15 -0
  103. data/lib/mime-types-1.16/Manifest.txt +12 -0
  104. data/lib/mime-types-1.16/README.txt +28 -0
  105. data/lib/mime-types-1.16/Rakefile +316 -0
  106. data/lib/mime-types-1.16/lib/mime/types.rb +751 -0
  107. data/lib/mime-types-1.16/lib/mime/types.rb.data +1324 -0
  108. data/lib/mime-types-1.16/mime-types.gemspec +43 -0
  109. data/lib/mime-types-1.16/setup.rb +1585 -0
  110. data/lib/mime-types-1.16/test/test_mime_type.rb +356 -0
  111. data/lib/mime-types-1.16/test/test_mime_types.rb +122 -0
  112. data/lib/mock_smartcloud.rb +53 -0
  113. data/lib/rest-client-1.6.3/README.rdoc +276 -0
  114. data/lib/rest-client-1.6.3/Rakefile +66 -0
  115. data/lib/rest-client-1.6.3/VERSION +1 -0
  116. data/lib/rest-client-1.6.3/bin/restclient +92 -0
  117. data/lib/rest-client-1.6.3/history.md +112 -0
  118. data/lib/rest-client-1.6.3/lib/rest-client.rb +2 -0
  119. data/lib/rest-client-1.6.3/lib/rest_client.rb +2 -0
  120. data/lib/rest-client-1.6.3/lib/restclient/abstract_response.rb +106 -0
  121. data/lib/rest-client-1.6.3/lib/restclient/exceptions.rb +193 -0
  122. data/lib/rest-client-1.6.3/lib/restclient/net_http_ext.rb +21 -0
  123. data/lib/rest-client-1.6.3/lib/restclient/payload.rb +220 -0
  124. data/lib/rest-client-1.6.3/lib/restclient/raw_response.rb +34 -0
  125. data/lib/rest-client-1.6.3/lib/restclient/request.rb +314 -0
  126. data/lib/rest-client-1.6.3/lib/restclient/resource.rb +169 -0
  127. data/lib/rest-client-1.6.3/lib/restclient/response.rb +24 -0
  128. data/lib/rest-client-1.6.3/lib/restclient.rb +174 -0
  129. data/lib/restclient_fix.rb +41 -0
  130. data/lib/smartcloud.rb +616 -0
  131. data/lib/smartcloud_logger.rb +20 -0
  132. data/lib/xml-simple-1.0.12/lib/xmlsimple.rb +1028 -0
  133. data/script/console +3 -0
  134. data/test/helper.rb +22 -0
  135. metadata +196 -0
@@ -0,0 +1,356 @@
1
+ #! /usr/bin/env ruby
2
+ #--
3
+ # MIME::Types
4
+ # A Ruby implementation of a MIME Types information library. Based in spirit
5
+ # on the Perl MIME::Types information library by Mark Overmeer.
6
+ # http://rubyforge.org/projects/mime-types/
7
+ #
8
+ # Licensed under the Ruby disjunctive licence with the GNU GPL or the Perl
9
+ # Artistic licence. See Licence.txt for more information.
10
+ #
11
+ # Copyright 2003 - 2009 Austin Ziegler
12
+ #++
13
+ $LOAD_PATH.unshift("#{File.dirname(__FILE__)}/../lib") if __FILE__ == $0
14
+
15
+ require 'mime/types'
16
+ require 'test/unit' unless defined? $ZENTEST and $ZENTEST
17
+
18
+ module TestMIME
19
+ class TestType < Test::Unit::TestCase #:nodoc:
20
+ def setup
21
+ @zip = MIME::Type.new('x-appl/x-zip') { |t| t.extensions = ['zip', 'zp'] }
22
+ end
23
+
24
+ def test_class_from_array
25
+ assert_nothing_raised do
26
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit', 'linux')
27
+ end
28
+ assert_instance_of(MIME::Type, @yaml)
29
+ assert_equal('text/yaml', @yaml.simplified)
30
+ end
31
+
32
+ def test_class_from_hash
33
+ assert_nothing_raised do
34
+ @yaml = MIME::Type.from_hash('Content-Type' => 'text/x-yaml',
35
+ 'Content-Transfer-Encoding' => '8bit',
36
+ 'System' => 'linux',
37
+ 'Extensions' => %w(yaml yml))
38
+ end
39
+ assert_instance_of(MIME::Type, @yaml)
40
+ assert_equal('text/yaml', @yaml.simplified)
41
+ end
42
+
43
+ def test_class_from_mime_type
44
+ assert_nothing_raised do
45
+ @zip2 = MIME::Type.from_mime_type(@zip)
46
+ end
47
+ assert_instance_of(MIME::Type, @zip)
48
+ assert_equal('appl/zip', @zip.simplified)
49
+ assert_not_equal(@zip.object_id, @zip2.object_id)
50
+ end
51
+
52
+ def test_class_simplified
53
+ assert_equal(MIME::Type.simplified('text/plain'), 'text/plain')
54
+ assert_equal(MIME::Type.simplified('image/jpeg'), 'image/jpeg')
55
+ assert_equal(MIME::Type.simplified('application/x-msword'), 'application/msword')
56
+ assert_equal(MIME::Type.simplified('text/vCard'), 'text/vcard')
57
+ assert_equal(MIME::Type.simplified('application/pkcs7-mime'), 'application/pkcs7-mime')
58
+ assert_equal(@zip.simplified, 'appl/zip')
59
+ assert_equal(MIME::Type.simplified('x-xyz/abc'), 'xyz/abc')
60
+ end
61
+
62
+ def test_CMP # '<=>'
63
+ assert(MIME::Type.new('text/plain') == MIME::Type.new('text/plain'))
64
+ assert(MIME::Type.new('text/plain') != MIME::Type.new('image/jpeg'))
65
+ assert(MIME::Type.new('text/plain') == 'text/plain')
66
+ assert(MIME::Type.new('text/plain') != 'image/jpeg')
67
+ assert(MIME::Type.new('text/plain') > MIME::Type.new('text/html'))
68
+ assert(MIME::Type.new('text/plain') > 'text/html')
69
+ assert(MIME::Type.new('text/html') < MIME::Type.new('text/plain'))
70
+ assert(MIME::Type.new('text/html') < 'text/plain')
71
+ assert('text/html' == MIME::Type.new('text/html'))
72
+ assert('text/html' < MIME::Type.new('text/plain'))
73
+ assert('text/plain' > MIME::Type.new('text/html'))
74
+ end
75
+
76
+ def test_ascii_eh
77
+ assert(MIME::Type.new('text/plain').ascii?)
78
+ assert(!MIME::Type.new('image/jpeg').ascii?)
79
+ assert(!MIME::Type.new('application/x-msword').ascii?)
80
+ assert(MIME::Type.new('text/vCard').ascii?)
81
+ assert(!MIME::Type.new('application/pkcs7-mime').ascii?)
82
+ assert(!@zip.ascii?)
83
+ end
84
+
85
+ def test_binary_eh
86
+ assert(!MIME::Type.new('text/plain').binary?)
87
+ assert(MIME::Type.new('image/jpeg').binary?)
88
+ assert(MIME::Type.new('application/x-msword').binary?)
89
+ assert(!MIME::Type.new('text/vCard').binary?)
90
+ assert(MIME::Type.new('application/pkcs7-mime').binary?)
91
+ assert(@zip.binary?)
92
+ end
93
+
94
+ def test_complete_eh
95
+ assert_nothing_raised do
96
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit',
97
+ 'linux')
98
+ end
99
+ assert(@yaml.complete?)
100
+ assert_nothing_raised { @yaml.extensions = nil }
101
+ assert(!@yaml.complete?)
102
+ end
103
+
104
+ def test_content_type
105
+ assert_equal(MIME::Type.new('text/plain').content_type, 'text/plain')
106
+ assert_equal(MIME::Type.new('image/jpeg').content_type, 'image/jpeg')
107
+ assert_equal(MIME::Type.new('application/x-msword').content_type, 'application/x-msword')
108
+ assert_equal(MIME::Type.new('text/vCard').content_type, 'text/vCard')
109
+ assert_equal(MIME::Type.new('application/pkcs7-mime').content_type, 'application/pkcs7-mime')
110
+ assert_equal(@zip.content_type, 'x-appl/x-zip');
111
+ end
112
+
113
+ def test_encoding
114
+ assert_equal(MIME::Type.new('text/plain').encoding, 'quoted-printable')
115
+ assert_equal(MIME::Type.new('image/jpeg').encoding, 'base64')
116
+ assert_equal(MIME::Type.new('application/x-msword').encoding, 'base64')
117
+ assert_equal(MIME::Type.new('text/vCard').encoding, 'quoted-printable')
118
+ assert_equal(MIME::Type.new('application/pkcs7-mime').encoding, 'base64')
119
+ assert_nothing_raised do
120
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit',
121
+ 'linux')
122
+ end
123
+ assert_equal(@yaml.encoding, '8bit')
124
+ assert_nothing_raised { @yaml.encoding = 'base64' }
125
+ assert_equal(@yaml.encoding, 'base64')
126
+ assert_nothing_raised { @yaml.encoding = :default }
127
+ assert_equal(@yaml.encoding, 'quoted-printable')
128
+ assert_raises(ArgumentError) { @yaml.encoding = 'binary' }
129
+ assert_equal(@zip.encoding, 'base64')
130
+ end
131
+
132
+ def _test_default_encoding
133
+ raise NotImplementedError, 'Need to write test_default_encoding'
134
+ end
135
+
136
+ def _test_docs
137
+ raise NotImplementedError, 'Need to write test_docs'
138
+ end
139
+
140
+ def _test_docs_equals
141
+ raise NotImplementedError, 'Need to write test_docs_equals'
142
+ end
143
+
144
+ def test_eql?
145
+ assert(MIME::Type.new('text/plain').eql?(MIME::Type.new('text/plain')))
146
+ assert(!MIME::Type.new('text/plain').eql?(MIME::Type.new('image/jpeg')))
147
+ assert(!MIME::Type.new('text/plain').eql?('text/plain'))
148
+ assert(!MIME::Type.new('text/plain').eql?('image/jpeg'))
149
+ end
150
+
151
+ def _test_encoding
152
+ raise NotImplementedError, 'Need to write test_encoding'
153
+ end
154
+
155
+ def _test_encoding_equals
156
+ raise NotImplementedError, 'Need to write test_encoding_equals'
157
+ end
158
+
159
+ def test_extensions
160
+ assert_nothing_raised do
161
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit',
162
+ 'linux')
163
+ end
164
+ assert_equal(@yaml.extensions, %w(yaml yml))
165
+ assert_nothing_raised { @yaml.extensions = 'yaml' }
166
+ assert_equal(@yaml.extensions, ['yaml'])
167
+ assert_equal(@zip.extensions.size, 2)
168
+ assert_equal(@zip.extensions, ['zip', 'zp'])
169
+ end
170
+
171
+ def _test_extensions_equals
172
+ raise NotImplementedError, 'Need to write test_extensions_equals'
173
+ end
174
+
175
+ def test_like_eh
176
+ assert(MIME::Type.new('text/plain').like?(MIME::Type.new('text/plain')))
177
+ assert(MIME::Type.new('text/plain').like?(MIME::Type.new('text/x-plain')))
178
+ assert(!MIME::Type.new('text/plain').like?(MIME::Type.new('image/jpeg')))
179
+ assert(MIME::Type.new('text/plain').like?('text/plain'))
180
+ assert(MIME::Type.new('text/plain').like?('text/x-plain'))
181
+ assert(!MIME::Type.new('text/plain').like?('image/jpeg'))
182
+ end
183
+
184
+ def test_media_type
185
+ assert_equal(MIME::Type.new('text/plain').media_type, 'text')
186
+ assert_equal(MIME::Type.new('image/jpeg').media_type, 'image')
187
+ assert_equal(MIME::Type.new('application/x-msword').media_type, 'application')
188
+ assert_equal(MIME::Type.new('text/vCard').media_type, 'text')
189
+ assert_equal(MIME::Type.new('application/pkcs7-mime').media_type, 'application')
190
+ assert_equal(MIME::Type.new('x-chemical/x-pdb').media_type, 'chemical')
191
+ assert_equal(@zip.media_type, 'appl')
192
+ end
193
+
194
+ def _test_obsolete_eh
195
+ raise NotImplementedError, 'Need to write test_obsolete_eh'
196
+ end
197
+
198
+ def _test_obsolete_equals
199
+ raise NotImplementedError, 'Need to write test_obsolete_equals'
200
+ end
201
+
202
+ def test_platform_eh
203
+ assert_nothing_raised do
204
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit',
205
+ 'oddbox')
206
+ end
207
+ assert(!@yaml.platform?)
208
+ assert_nothing_raised { @yaml.system = nil }
209
+ assert(!@yaml.platform?)
210
+ assert_nothing_raised { @yaml.system = /#{RUBY_PLATFORM}/ }
211
+ assert(@yaml.platform?)
212
+ end
213
+
214
+ def test_raw_media_type
215
+ assert_equal(MIME::Type.new('text/plain').raw_media_type, 'text')
216
+ assert_equal(MIME::Type.new('image/jpeg').raw_media_type, 'image')
217
+ assert_equal(MIME::Type.new('application/x-msword').raw_media_type, 'application')
218
+ assert_equal(MIME::Type.new('text/vCard').raw_media_type, 'text')
219
+ assert_equal(MIME::Type.new('application/pkcs7-mime').raw_media_type, 'application')
220
+
221
+ assert_equal(MIME::Type.new('x-chemical/x-pdb').raw_media_type, 'x-chemical')
222
+ assert_equal(@zip.raw_media_type, 'x-appl')
223
+ end
224
+
225
+ def test_raw_sub_type
226
+ assert_equal(MIME::Type.new('text/plain').raw_sub_type, 'plain')
227
+ assert_equal(MIME::Type.new('image/jpeg').raw_sub_type, 'jpeg')
228
+ assert_equal(MIME::Type.new('application/x-msword').raw_sub_type, 'x-msword')
229
+ assert_equal(MIME::Type.new('text/vCard').raw_sub_type, 'vCard')
230
+ assert_equal(MIME::Type.new('application/pkcs7-mime').raw_sub_type, 'pkcs7-mime')
231
+ assert_equal(@zip.raw_sub_type, 'x-zip')
232
+ end
233
+
234
+ def test_registered_eh
235
+ assert(MIME::Type.new('text/plain').registered?)
236
+ assert(MIME::Type.new('image/jpeg').registered?)
237
+ assert(!MIME::Type.new('application/x-msword').registered?)
238
+ assert(MIME::Type.new('text/vCard').registered?)
239
+ assert(MIME::Type.new('application/pkcs7-mime').registered?)
240
+ assert(!@zip.registered?)
241
+ end
242
+
243
+ def _test_registered_equals
244
+ raise NotImplementedError, 'Need to write test_registered_equals'
245
+ end
246
+
247
+ def test_signature_eh
248
+ assert(!MIME::Type.new('text/plain').signature?)
249
+ assert(!MIME::Type.new('image/jpeg').signature?)
250
+ assert(!MIME::Type.new('application/x-msword').signature?)
251
+ assert(MIME::Type.new('text/vCard').signature?)
252
+ assert(MIME::Type.new('application/pkcs7-mime').signature?)
253
+ end
254
+
255
+ def test_simplified
256
+ assert_equal(MIME::Type.new('text/plain').simplified, 'text/plain')
257
+ assert_equal(MIME::Type.new('image/jpeg').simplified, 'image/jpeg')
258
+ assert_equal(MIME::Type.new('application/x-msword').simplified, 'application/msword')
259
+ assert_equal(MIME::Type.new('text/vCard').simplified, 'text/vcard')
260
+ assert_equal(MIME::Type.new('application/pkcs7-mime').simplified, 'application/pkcs7-mime')
261
+ assert_equal(MIME::Type.new('x-chemical/x-pdb').simplified, 'chemical/pdb')
262
+ end
263
+
264
+ def test_sub_type
265
+ assert_equal(MIME::Type.new('text/plain').sub_type, 'plain')
266
+ assert_equal(MIME::Type.new('image/jpeg').sub_type, 'jpeg')
267
+ assert_equal(MIME::Type.new('application/x-msword').sub_type, 'msword')
268
+ assert_equal(MIME::Type.new('text/vCard').sub_type, 'vcard')
269
+ assert_equal(MIME::Type.new('application/pkcs7-mime').sub_type, 'pkcs7-mime')
270
+ assert_equal(@zip.sub_type, 'zip')
271
+ end
272
+
273
+ def test_system_equals
274
+ assert_nothing_raised do
275
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit',
276
+ 'linux')
277
+ end
278
+ assert_equal(@yaml.system, %r{linux})
279
+ assert_nothing_raised { @yaml.system = /win32/ }
280
+ assert_equal(@yaml.system, %r{win32})
281
+ assert_nothing_raised { @yaml.system = nil }
282
+ assert_nil(@yaml.system)
283
+ end
284
+
285
+ def test_system_eh
286
+ assert_nothing_raised do
287
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit',
288
+ 'linux')
289
+ end
290
+ assert(@yaml.system?)
291
+ assert_nothing_raised { @yaml.system = nil }
292
+ assert(!@yaml.system?)
293
+ end
294
+
295
+ def test_to_a
296
+ assert_nothing_raised do
297
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit',
298
+ 'linux')
299
+ end
300
+ assert_equal(@yaml.to_a, ['text/x-yaml', %w(yaml yml), '8bit',
301
+ /linux/, nil, nil, nil, false])
302
+ end
303
+
304
+ def test_to_hash
305
+ assert_nothing_raised do
306
+ @yaml = MIME::Type.from_array('text/x-yaml', %w(yaml yml), '8bit',
307
+ 'linux')
308
+ end
309
+ assert_equal(@yaml.to_hash,
310
+ { 'Content-Type' => 'text/x-yaml',
311
+ 'Content-Transfer-Encoding' => '8bit',
312
+ 'Extensions' => %w(yaml yml),
313
+ 'System' => /linux/,
314
+ 'Registered' => false,
315
+ 'URL' => nil,
316
+ 'Obsolete' => nil,
317
+ 'Docs' => nil })
318
+ end
319
+
320
+ def test_to_s
321
+ assert_equal("#{MIME::Type.new('text/plain')}", 'text/plain')
322
+ end
323
+
324
+ def test_class_constructors
325
+ assert_not_nil(@zip)
326
+ yaml = MIME::Type.new('text/x-yaml') do |y|
327
+ y.extensions = %w(yaml yml)
328
+ y.encoding = '8bit'
329
+ y.system = 'linux'
330
+ end
331
+ assert_instance_of(MIME::Type, yaml)
332
+ assert_raises(MIME::InvalidContentType) { MIME::Type.new('apps') }
333
+ assert_raises(MIME::InvalidContentType) { MIME::Type.new(nil) }
334
+ end
335
+
336
+ def _test_to_str
337
+ raise NotImplementedError, 'Need to write test_to_str'
338
+ end
339
+
340
+ def _test_url
341
+ raise NotImplementedError, 'Need to write test_url'
342
+ end
343
+
344
+ def _test_url_equals
345
+ raise NotImplementedError, 'Need to write test_url_equals'
346
+ end
347
+
348
+ def _test_urls
349
+ raise NotImplementedError, 'Need to write test_urls'
350
+ end
351
+
352
+ def __test_use_instead
353
+ raise NotImplementedError, 'Need to write test_use_instead'
354
+ end
355
+ end
356
+ end
@@ -0,0 +1,122 @@
1
+ #! /usr/bin/env ruby
2
+ #--
3
+ # MIME::Types
4
+ # A Ruby implementation of a MIME Types information library. Based in spirit
5
+ # on the Perl MIME::Types information library by Mark Overmeer.
6
+ # http://rubyforge.org/projects/mime-types/
7
+ #
8
+ # Licensed under the Ruby disjunctive licence with the GNU GPL or the Perl
9
+ # Artistic licence. See Licence.txt for more information.
10
+ #
11
+ # Copyright 2003 - 2009 Austin Ziegler
12
+ #++
13
+ $LOAD_PATH.unshift("#{File.dirname(__FILE__)}/../lib") if __FILE__ == $0
14
+
15
+ require 'mime/types'
16
+ require 'test/unit' unless defined? $ZENTEST and $ZENTEST
17
+
18
+ module TestMIME
19
+ class TestTypes < Test::Unit::TestCase #:nodoc:
20
+ def test_class_index_1
21
+ text_plain = MIME::Type.new('text/plain') do |t|
22
+ t.encoding = '8bit'
23
+ t.extensions = %w(asc txt c cc h hh cpp hpp dat hlp)
24
+ end
25
+ text_plain_vms = MIME::Type.new('text/plain') do |t|
26
+ t.encoding = '8bit'
27
+ t.extensions = %w(doc)
28
+ t.system = 'vms'
29
+ end
30
+
31
+ assert_equal(MIME::Types['text/plain'], [text_plain, text_plain_vms])
32
+ end
33
+
34
+ def test_class_index_2
35
+ tst_bmp = MIME::Types["image/x-bmp"] +
36
+ MIME::Types["image/vnd.wap.wbmp"] + MIME::Types["image/x-win-bmp"]
37
+
38
+ assert_equal(tst_bmp.sort, MIME::Types[/bmp$/].sort)
39
+
40
+ assert_nothing_raised {
41
+ MIME::Types['image/bmp'][0].system = RUBY_PLATFORM
42
+ }
43
+
44
+ assert_equal([MIME::Type.from_array('image/x-bmp', ['bmp'])],
45
+ MIME::Types[/bmp$/, { :platform => true }])
46
+ end
47
+
48
+ def test_class_index_3
49
+ assert(MIME::Types['text/vnd.fly', { :complete => true }].empty?)
50
+ assert(!MIME::Types['text/plain', { :complete => true} ].empty?)
51
+ end
52
+
53
+ def _test_class_index_extensions
54
+ raise NotImplementedError, 'Need to write test_class_index_extensions'
55
+ end
56
+
57
+ def _test_class_add
58
+ assert_nothing_raised do
59
+ @eruby = MIME::Type.new("application/x-eruby") do |t|
60
+ t.extensions = "rhtml"
61
+ t.encoding = "8bit"
62
+ end
63
+
64
+ MIME::Types.add(@eruby)
65
+ end
66
+
67
+ assert_equal(MIME::Types['application/x-eruby'], [@eruby])
68
+ end
69
+
70
+ def _test_class_add_type_variant
71
+ raise NotImplementedError, 'Need to write test_class_add_type_variant'
72
+ end
73
+
74
+ def test_class_type_for
75
+ assert_equal(MIME::Types.type_for('xml').sort, [ MIME::Types['text/xml'], MIME::Types['application/xml'] ].sort)
76
+ assert_equal(MIME::Types.type_for('gif'), MIME::Types['image/gif'])
77
+ assert_nothing_raised do
78
+ MIME::Types['image/gif'][0].system = RUBY_PLATFORM
79
+ end
80
+ assert_equal(MIME::Types.type_for('gif', true), MIME::Types['image/gif'])
81
+ assert(MIME::Types.type_for('zzz').empty?)
82
+ end
83
+
84
+ def test_class_of
85
+ assert_equal(MIME::Types.of('xml').sort, [ MIME::Types['text/xml'], MIME::Types['application/xml'] ].sort)
86
+ assert_equal(MIME::Types.of('gif'), MIME::Types['image/gif'])
87
+ assert_nothing_raised do
88
+ MIME::Types['image/gif'][0].system = RUBY_PLATFORM
89
+ end
90
+ assert_equal(MIME::Types.of('gif', true), MIME::Types['image/gif'])
91
+ assert(MIME::Types.of('zzz').empty?)
92
+ end
93
+
94
+ def _test_add
95
+ raise NotImplementedError, 'Need to write test_add'
96
+ end
97
+
98
+ def _test_add_type_variant
99
+ raise NotImplementedError, 'Need to write test_add_type_variant'
100
+ end
101
+
102
+ def _test_data_version
103
+ raise NotImplementedError, 'Need to write test_data_version'
104
+ end
105
+
106
+ def _test_index
107
+ raise NotImplementedError, 'Need to write test_index'
108
+ end
109
+
110
+ def _test_index_extensions
111
+ raise NotImplementedError, 'Need to write test_index_extensions'
112
+ end
113
+
114
+ def _test_of
115
+ raise NotImplementedError, 'Need to write test_of'
116
+ end
117
+
118
+ def _test_type_for
119
+ raise NotImplementedError, 'Need to write test_type_for'
120
+ end
121
+ end
122
+ end
@@ -0,0 +1,53 @@
1
+ #!/usr/bin/env ruby
2
+ #####################################################################################
3
+ # Copyright (c) 2011, Cohesive Flexible Technologies, Inc.
4
+ # This copyrighted material is the property of Cohesive Flexible Technologies and
5
+ # is subject to the license terms of the product it is contained within, whether
6
+ # in text or compiled form. It is licensed under the terms expressed in the
7
+ # accompanying README and LICENSE files.
8
+ #
9
+ # This program is AS IS and WITHOUT ANY WARRANTY; without even the implied warranty
10
+ # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
+ #####################################################################################
12
+
13
+ class MockSmartCloud
14
+ def create_instance(*args)
15
+ describe_instance
16
+ end
17
+
18
+ def describe_image(*args)
19
+ {"CreatedTime"=>"2011-02-25T01:22:57.000Z", "Owner"=>"SYSTEM", "SupportedInstanceTypes"=>{"InstanceType"=>{"Label"=>"Bronze 32 bit", "ID"=>"BRZ32.1/2048/60*175", "Price"=>{"Rate"=>"0.21", "PricePerQuantity"=>"1", "UnitOfMeasure"=>"UHR ", "CountryCode"=>"897", "CurrencyCode"=>"USD"}}}, "Name"=>"CohesiveFT VPN-Cubed Datacenter Connect V2.0.0 - BYOL (TOR)", "Location"=>"101", "ProductCodes"=>{"ProductCode"=>"caondc13bV97Kg5TLyGNodD9or7gA"}, "Documentation"=>"https://www-147.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{974E595E-566E-87E3-A483-AC0FC468C4D9}/1.0/GettingStarted.html", "ID"=>"20016530", "Manifest"=>"https://www-147.ibm.com/cloud/enterprise/ram.ws/RAMSecure/artifact/{974E595E-566E-87E3-A483-AC0FC468C4D9}/1.0/parameters.xml", "Description"=>"CohesiveFT VPN-Cubed 2.0.0 UL - for TOR datacenter", "State"=>"AVAILABLE", "Visibility"=>"PUBLIC", "Platform"=>"Red Hat Enterprise Linux/5.4"}
20
+ end
21
+
22
+ def describe_instance(*args)
23
+ {"Instance" => {"Status"=>"NEW", "PrimaryIP"=>{"IP"=>{}, "Hostname"=>{}, "Type"=>"DYNAMIC"}, "ImageID"=>"20015391", "DiskSize"=>"60", "Owner"=>"smartes@cohesiveft.com", "RequestID"=>{"name"=>"sir_19_rhel5532-bit-1zGS", "content"=>"102271"}, "Name"=>"DELETEsir_19_rhel5532-bit-1zGS", "ProductCodes"=>{}, "KeyName"=>"si-tempkey-rhel5532-bit-1zGS-eDY4T", "Location"=>"101", "LaunchTime"=>"2011-07-07T22:13:49.891Z", "Volumes"=>{}, "ID"=>"101971", "MiniEphemeral"=>"false", "Software"=>{"Application"=>{"Version"=>"5.5", "Name"=>"Red Hat Enterprise Linux", "Type"=>"OS"}}, "IP"=>{}, "InstanceType"=>"COP32.1/2048/60", "Hostname"=>{}}}
24
+ end
25
+
26
+ def create_volume(*args)
27
+ true
28
+ end
29
+
30
+ def describe_volume(*args)
31
+ {:ID => "12345", :State => "5", :Name => "foobar"}
32
+ end
33
+
34
+ def clone_volume(*args)
35
+ true
36
+ end
37
+
38
+ def restart_instance(*args)
39
+ true
40
+ end
41
+
42
+ def delete_instance(*args)
43
+ true
44
+ end
45
+
46
+ def poll_for_volume_state(*args)
47
+ true
48
+ end
49
+
50
+ def poll_for_instance_state(*args)
51
+ true
52
+ end
53
+ end