0.05
There's a lot of open issues
A long-lived project that still receives updates
Hyper-V Driver for Test-Kitchen
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.4, < 4
~> 3.5
 Project Readme

Kitchen::Hyperv

Build Status

Gem Version

This is a Test Kitchen driver for Microsoft Hyper-V.

Installation

Make sure you have hyper-v installed on your system first:

Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

The kitchen-hyperv driver ships as part of Chef Workstation. The easiest way to use this driver is to Download Chef Workstation.

If you want to install the driver directly into a Ruby installation:

gem install kitchen-hyperv

If you're using Bundler, simply add it to your Gemfile:

gem "kitchen-hyperv"

... and then run bundle install.

Configuration

See the kitchen.ci Hyper-V Driver Page for documentation on configuring this driver.

Contributing