Commit 0ef46e9

mo khan <mo@mokhan.ca>
2015-05-01 22:00:22
add kitchen-docker and kitchen-lxc.
1 parent 0beee19
Changed files (2)
Gemfile
@@ -6,6 +6,8 @@ group :test do
   gem 'strainer'
   gem 'test-kitchen'
   gem 'kitchen-vagrant'
+  gem 'kitchen-docker'
+  gem 'kitchen-lxc'
   gem 'knife-spork'
   gem 'hipchat'
 
Gemfile.lock
@@ -2,6 +2,8 @@ GEM
   remote: https://rubygems.org/
   specs:
     addressable (2.3.8)
+    annoy (0.5.6)
+      highline (>= 1.5.0)
     app_conf (0.4.2)
     berkshelf (3.2.4)
       addressable (~> 2.3.4)
@@ -68,6 +70,8 @@ GEM
       chef (>= 11.14)
       fauxhai (~> 2.0)
       rspec (~> 3.0)
+    childprocess (0.5.6)
+      ffi (~> 1.0, >= 1.0.11)
     cleanroom (1.0.0)
     coderay (1.1.0)
     dep-selector-libgecode (1.0.2)
@@ -76,6 +80,11 @@ GEM
       ffi (~> 1.9)
     diff-lcs (1.2.5)
     diffy (3.0.7)
+    docile (1.1.5)
+    drydock (0.6.9)
+    elecksee (1.1.6)
+      childprocess
+      rye
     erubis (2.7.0)
     faraday (0.9.1)
       multipart-post (>= 1.2, < 3)
@@ -125,6 +134,11 @@ GEM
       multi_xml (>= 0.5.2)
     ipaddress (0.8.0)
     json (1.8.2)
+    kitchen-docker (2.1.0)
+      test-kitchen (>= 1.0.0)
+    kitchen-lxc (0.1.4)
+      elecksee (~> 1.0, >= 1.0.22)
+      test-kitchen (~> 1.2, >= 1.2.1)
     kitchen-vagrant (0.17.0)
       test-kitchen (~> 1.4)
     knife-spork (1.5.1)
@@ -231,6 +245,13 @@ GEM
       builder (< 4)
       rspec-core (>= 2, < 4, != 2.12.0)
     rufus-lru (1.0.5)
+    rye (0.9.13)
+      annoy
+      docile (>= 1.0.1)
+      highline (>= 1.5.1)
+      net-scp (>= 1.0.2)
+      net-ssh (>= 2.0.13)
+      sysinfo (>= 0.8.1)
     safe_yaml (1.0.4)
     sawyer (0.6.0)
       addressable (~> 2.3.5)
@@ -249,9 +270,13 @@ GEM
     specinfra (2.30.2)
       net-scp
       net-ssh
+    storable (0.8.9)
     strainer (3.4.0)
       berkshelf (>= 2.0, < 4.0)
       buff-platform (~> 0.1)
+    sysinfo (0.8.1)
+      drydock
+      storable
     systemu (2.6.5)
     test-kitchen (1.4.0)
       mixlib-shellout (>= 1.2, < 3.0)
@@ -281,6 +306,8 @@ DEPENDENCIES
   guard-foodcritic
   guard-rspec
   hipchat
+  kitchen-docker
+  kitchen-lxc
   kitchen-vagrant
   knife-spork
   strainer