Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Unknown
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
Description
Currently, if there is a Cheffile present underneath the <cookbook>/test/kitchen/cookbooks directory, these cookbook dependencies will be resolved via librarian in the base runner:
https://github.com/opscode/test-kitchen/blob/master/lib/test-kitchen/runner/base.rb#L95-106
It would be nice if support for a Berksfile would be added to resolve dependencies via berkshelf
http://berkshelf.com/
Seeing as there are more than two dependency managers in the world (we use something other than librarian or berkshelf) it would be nice if there was a generic way to designate an alternate dependency commands, rather than just hardcoding support for the popular managers.