I'm using Docker + chef-zero + Test Kitchen to test my cookbooks,
As part of my recipe I am searching for other nodes:
nodes = search(:node, "*:*")
It seems that when converging my kitchen, It raises chef-zero on each container, and therefor the search returns just the node itself.
Am I missing something? Is there a way to test multi-node recipes?