[chef] Re: Re: Test Kitchen and Outside-in Acceptance Testing?


Chronological Thread 
  • From: Stephen Nelson-Smith < >
  • To:
  • Subject: [chef] Re: Re: Test Kitchen and Outside-in Acceptance Testing?
  • Date: Tue, 18 Jun 2013 20:55:08 +0100

Hi,


On 18 June 2013 20:40, Ranjib Dey < " target="_blank"> > wrote:
you should be able to integrate busser with cucumber, but i think invoking test-kitchen directly from step definition will be painful, given its a full blown harness & provisioning system. Im using mostly minitest or serverspec with lxc

How painful is this:

Given(/^I have provisioned the following infrastructure:$/) do |specification|
  @infrastructure = Leibniz.build(specification)
end

Given(/^I have run Chef$/) do
  @infrastructure.destroy
  @infrastructure.converge
end

S.



Archive powered by MHonArc 2.6.16.

§