Reputation: 369
I'm running Serverspec integration smoke tests with Test Kitchen on a system built with Vagrant+Chef Solo. When i run kitchen test then the tests are started right after successful converge, and some of my tests fail because it takes time for the system to fully start up for the first time.
So i'm wondering what would be a good way to insert delay between converge and verify, otherwise preserving the default behaviour of kitchen test? Currently i have the following ideas:
Does anyone know a better way?
taavi
Upvotes: 1
Views: 1005
Reputation: 369
For now i went on with idea 2. Also created a feature request: https://github.com/test-kitchen/test-kitchen/issues/598
Upvotes: 1