neillturner / kitchen-verifier-serverspec

A Test Kitchen Serverspec Verifer without having to transit the Busser layer
Other
39 stars 19 forks source link

default_pattern option doesn't work in remote_exec mode #19

Closed danielkza closed 7 years ago

danielkza commented 7 years ago

The generated pattern contains a path from the originating host (workstation), instead of the base path containing the copy inside the remote host (under test).

Running Serverspec
Using default pattern /home/danielkza/ansible/DavidWittman.redis/test/integration/facts/serverspec/*_spec.rb
/usr/local/bin/rspec
No examples found.
$ ls /home/danielkza/ansible/DavidWittman.redis/test/integration/facts/serverspec/*_spec.rb
/home/danielkza/ansible/DavidWittman.redis/test/integration/service-name/serverspec/redis_spec.rb
neillturner commented 7 years ago

ok i will fix as well, thanks for letting me know.

neillturner commented 7 years ago

this is now supported in version 0.6.2. closed