Closed StephenKing closed 9 years ago
The current implementation is pretty dumb in that it only tries to parse .kitchen/<instance name>.yml
. There's not a lot more magic to it.
What you're requesting is possible BUT:
.kitchen.yml
for all existing instance names and than applying Test Kitchen's wildcard logic. Alternatively, chef-runner could shell out to kitchen list REGEXP
, but it's just so damn slow.Considering that I thought about adding multi-machine support some day, I might as well support Test Kitchen's regexp syntax. So I will keep that in mind. :)
@StephenKing Implemented your request in #31. Will be part of the next release.
Thanks for test-kitchen support!
I'm not sure if it is technically possible, but I would appreciate it, if the syntax for specifying platform names would be in line with the one of test-kitchen.
I can do
while I have to specify exactly
Or would this wildcard-matching contrary to chef-runners approach, because c-r always only targets one platform, not multiple (as possible with t-k)?
Feel free to directly close it, if it makes no sense to you!
Regards Steffen