Closed hlx98007 closed 9 years ago
I used kitchen diagnose
it will also report this error. I don't think it is related to any cookbook.
I think it's supposed to be chef_solo
with an underscore. I'll make an improvement request for test-kitchen to at least report which provisioners it knows about for cases like this.
This solution here may help you solve your problem: http://stackoverflow.com/questions/32112549/kitchen-list-command-fails-with-could-not-load-the-ssh-transport-from-the-l
"Solved it.
I ran
gem list Which gave the output
.. net-ssh (2.10.0.beta2, 2.9.2) .. I then issued the command:
gem uninstall net-ssh 2.10.9.beta2 And got the output:
Select gem to uninstall:
kitchen list Worked as expected"
Hi, this problem is solved. It was a typo problem (indicated by @danielsdeleo ) Thanks!
BTW, I filed this issue as a follow up: https://github.com/test-kitchen/test-kitchen/issues/879
I have this weird problem that Googling does not give me an answer.
I have freshly installed ChefDK and Chef Client on my CentOS 7 workstation, downloaded the starter kit and modified .kitchen.yml to follows:
I ran
kitchen test
it gives the following message:which chef-solo
returns/opt/chefdk/bin/chef-solo
I have already installed kitchen-opennebula and its dependencies.