inspec_test_path needs to start with a slash.
Documentation for the delivery-sugar cookbook should be updated and example should rather look like this:
delivery_inspec "run_inspec" do
infra_node '10.0.0.1'
os 'windows'
inspec_test_path '/test/smoke'
end
inspec_test_path needs to start with a slash. Documentation for the delivery-sugar cookbook should be updated and example should rather look like this: