inspec / kitchen-inspec

Test-Kitchen Plugin for InSpec
Other
109 stars 58 forks source link

An experiment in supporting arbitrary Kitchen transports #150

Closed coderanger closed 6 years ago

coderanger commented 6 years ago

This was my first attempted route for #149 and it should almost certainly not be used, but figured I would throw it up in case some code is useful to others.

The main downsides are that exit status is just 0 or 1, and stdout/err get combined into stdout for most transports (i.e. all the ones I can find). But that said, it does technically allow some limited fallback for arbitrary kitchen transports.

adamleff commented 6 years ago

Thanks for sharing what you were exploring, @coderanger. I'm going to close this PR now since we're likely going to merge #149.