Questions tagged [kitchen-dokken]

Questions related to kitchen-dokken, a driver for running test-kitchen tests in Docker.

kitchen-dokken allows to run tests in .

It is an alternative to kitchen-docker.

7 questions
0
votes
1 answer

Kitchen list using Docker Desktop not launching

I'm trying to configure test kitchen using Docker Desktop but some how its not launching. kitchen list command just timed out. PS C:\chef-repo\cookbooks\apache> kitchen…
sripada
  • 11
  • 1
  • 2
0
votes
1 answer

test-kitchen command not found

I'm trying to test chef recipe locally using test kitchen docker, I installed chef workstation, chef, and test kitchen but kitchen still complaints "Kitchen not found" -bash: kitchen: command not found Here's what I installed on my redhat7 linux…
itgeek
  • 549
  • 1
  • 15
  • 33
0
votes
2 answers

kitchen converge failed on ubuntu 18.04

When I run "kitchen converge" kitchen I can't install chef and the following output comes out Installing chef installing with dpkg... (Reading database ... 42662 files and directories currently installed.) Preparing to unpack…
0
votes
1 answer

Error: Connection refused connecting to locahost - Berkshelf - Test Kitchen

I having an issue when running kitchen converge on Test Kitchen with Dokken driver and Inspec as verifier. The error occurred when the starting to resolving the cookbook dependencies 7.0.6 Resolving cookbook dependencies with Berkshelf…
Edmhar
  • 642
  • 1
  • 7
  • 24
0
votes
1 answer

kitchen create error: Failed to complete #create action: [work_image build failed: The command '/bin/sh -c yum install -y hostname iproute less lsof

I am getting an error while running $ kitchen create Does anyone know what am I doing wrong? INFO -- Kitchen: -----> Starting Kitchen (v1.21.2) INFO -- Kitchen: -----> Creating ... ERROR -- Kitchen: ------Exception------- ERROR…
user674669
  • 10,681
  • 15
  • 72
  • 105
0
votes
0 answers

Error converging ubuntu1604 on a mac

I am trying to create and after that converge a kitchen-dokken ubuntu-1604 image on a mac but I can't seem to get it working. I have searched for three hours and that I know now is that it is because of systemd, that is only or mainly available for…
Horsty
  • 321
  • 6
  • 18
0
votes
2 answers

"Kitchen list" command fails with "Could not load the 'ssh' transport from the load path"

I'm trying to add a Test Kitchen to a Chef cookbook but am getting the error "Could not load the 'ssh' transport from the load path". I have previously set up a Test Kitchen following the exact same steps without issue, but that was on a different…
PiX06
  • 431
  • 4
  • 17