You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature change in test-kitchen repo which, needed rename of chef-zero provisioner to chef-infra has led to failing of integration test in test-kitchen.
Version
Test Kitchen version: 2.10.
Environment
Linux with ruby 2.5
Linux with ruby 2.6
Linux with ruby 2.7
Scenario
Integration Test of test-kitchen in the azure pipeline
Steps to Reproduce
Pushing code will automatically run this test in the test-kitchen repo.
Expected Result
Integration Tests should pass
Actual Result
-----> Starting Test Kitchen (v2.11.1)
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ClientError
>>>>>> Message: Could not load the 'dokken' provisioner from the load path.cannot load such file -- kitchen/provisioner/chef_zero
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
The text was updated successfully, but these errors were encountered:
i5pranay93
changed the title
dokken provisioner is based on chef_zero and is expecting to load the chef_zero file, which has been renamed to chef_infra
dokken provisioner is based on chef_zero and is expecting to load the chef_zero file, which has been renamed to chef_infra in test-kitchen
Mar 24, 2021
👻 Brief Description
The feature change in test-kitchen repo which, needed rename of chef-zero provisioner to chef-infra has led to failing of integration test in test-kitchen.
Version
Test Kitchen version: 2.10.
Environment
Linux with ruby 2.5
Linux with ruby 2.6
Linux with ruby 2.7
Scenario
Integration Test of test-kitchen in the azure pipeline
Steps to Reproduce
Pushing code will automatically run this test in the test-kitchen repo.
Expected Result
Integration Tests should pass
Actual Result
➕ Additional context
Issue- test-kitchen/test-kitchen#1708
PR- test-kitchen/test-kitchen#1730
The text was updated successfully, but these errors were encountered: