torpedo 1.0.12 → 1.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ * Fri Jan 6 2012 Dan Prince <dan.prince@rackspace.com> - 1.0.13
2
+ -Update image check to allow a status other than 'ACTIVE'. Fixes
3
+ issues when running concurrent Torpedo jobs.
4
+
1
5
  * Fri Dec 30 2011 Dan Prince <dan.prince@rackspace.com> - 1.0.12
2
6
  -Retry ssh on Errno::ECONNRESET.
3
7
  -Added cleanup task.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.12
1
+ 1.0.13
@@ -14,7 +14,7 @@ class Images < Test::Unit::TestCase
14
14
  @conn.images.each do |image|
15
15
  assert_not_nil(image[:id])
16
16
  assert_not_nil(image[:name])
17
- assert_equal("ACTIVE", image[:status])
17
+ assert_not_nil(image[:status])
18
18
  end
19
19
 
20
20
  end
data/torpedo.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{torpedo}
8
- s.version = "1.0.12"
8
+ s.version = "1.0.13"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Dan Prince"]
12
- s.date = %q{2011-12-30}
12
+ s.date = %q{2012-01-06}
13
13
  s.default_executable = %q{torpedo}
14
14
  s.description = %q{Fast integration tests OpenStack Compute.}
15
15
  s.email = %q{dan.prince@rackspace.com}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: torpedo
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 12
10
- version: 1.0.12
9
+ - 13
10
+ version: 1.0.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Dan Prince
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-12-30 00:00:00 -05:00
18
+ date: 2012-01-06 00:00:00 -05:00
19
19
  default_executable: torpedo
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency