.kitchen.yml 518 B

12345678910111213141516171819202122
  1. ---
  2. # this file is used to simulate travis
  3. driver:
  4. name: vagrant
  5. provisioner:
  6. name: shell
  7. script: run_vagrant_kitchen.sh
  8. platforms:
  9. - name: ubuntu-14.04
  10. driver:
  11. box: ubuntu/trusty64
  12. synced_folders:
  13. - [ '/Users/helal/Documents/Projects/ansible-usermanage/' , '/mnt/shared/ansible-usermanage/' ]
  14. suites:
  15. - name: default
  16. # - ["<% File.expand_path('../',File.expand_path('../', Dir.pwd))%>", "<%= '/mnt/shared/' + File.basename(File.expand_path('../', Dir.pwd)) %>/"]