vmth 0.0.1 → 0.0.2

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.tar.gz.sig CHANGED
Binary file
@@ -1 +1 @@
1
- The VMTH (Virtual Machine Test Harness) provides a mechanism to unit-test your infrastructure automation - puppet policies, chef rules, release deployment scripts, etc. It uses features of modern VM monitors (like qemu) to snapshot system state, and then reset that state after each test, so that a series of tests can be performed on a VM instance in rapid succession.
1
+ The VMTH (Virtual Machine Test Harness) provides a mechanism to unit-test your infrastructure automation - puppet policies, chef recipes, release deployment scripts, etc. It uses features of modern VM monitors (like qemu) to snapshot system state, and then reset that state after each test, so that a series of tests can be performed on a VM instance in rapid succession.
@@ -1,6 +1,6 @@
1
1
  === Introduction
2
2
 
3
- :include: DESCRIPTION
3
+ The VMTH (Virtual Machine Test Harness) provides a mechanism to unit-test your infrastructure automation - puppet policies, chef recipes, release deployment scripts, etc. It uses features of modern VM monitors (like qemu) to snapshot system state, and then reset that state after each test, so that a series of tests can be performed on a VM instance in rapid succession.
4
4
 
5
5
  It can be integrated with your continuous integration environment and triggered each time a commit is made to your automation code.
6
6
 
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('vmth', '0.0.1') do |p|
5
+ Echoe.new('vmth', '0.0.2') do |p|
6
6
  p.description = File.open(File.dirname(__FILE__+"/DESCRIPTION")).read
7
7
  p.summary = "A VM test harness for testing operational configurations"
8
8
  p.url = "http://github.com/gregretkowski/vmth"
data/bin/virb CHANGED
@@ -38,4 +38,4 @@ f_apply 'scenario','filename' # Write out a scenario's output to a file
38
38
  # limitations under the License.
39
39
  #++
40
40
 
41
- exec "irb -r virb.rb --simple-prompt"
41
+ exec "irb -r rubygems -r virb --simple-prompt"
@@ -2,17 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{vmth}
5
- s.version = "0.0.1"
5
+ s.version = "0.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Greg Retkowski"]
9
9
  s.cert_chain = ["/home/greg/.gemkeys/gem-public_cert.pem"]
10
- s.date = %q{2011-04-26}
10
+ s.date = %q{2011-04-27}
11
11
  s.description = %q{require 'rubygems'
12
12
  require 'rake'
13
13
  require 'echoe'
14
14
 
15
- Echoe.new('vmth', '0.0.1') do |p|
15
+ Echoe.new('vmth', '0.0.2') do |p|
16
16
  p.description = File.open(File.dirname(__FILE__+"/DESCRIPTION")).read
17
17
  p.summary = "A VM test harness for testing operational configurations"
18
18
  p.url = "http://github.com/gregretkowski/vmth"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vmth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Greg Retkowski
@@ -29,7 +29,7 @@ cert_chain:
29
29
  EoJm1mUP0SJ4njDWkEa0M0o7nuRv7qNSwY3p4gJ2WkCRKAUc/gm6P8Xe9Fk=
30
30
  -----END CERTIFICATE-----
31
31
 
32
- date: 2011-04-26 00:00:00 -07:00
32
+ date: 2011-04-27 00:00:00 -07:00
33
33
  default_executable:
34
34
  dependencies:
35
35
  - !ruby/object:Gem::Dependency
@@ -67,7 +67,7 @@ description: |
67
67
  require 'rake'
68
68
  require 'echoe'
69
69
 
70
- Echoe.new('vmth', '0.0.1') do |p|
70
+ Echoe.new('vmth', '0.0.2') do |p|
71
71
  p.description = File.open(File.dirname(__FILE__+"/DESCRIPTION")).read
72
72
  p.summary = "A VM test harness for testing operational configurations"
73
73
  p.url = "http://github.com/gregretkowski/vmth"
metadata.gz.sig CHANGED
Binary file