Guest User

Untitled

a guest
Oct 18th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. driver:
  2. name: docker
  3. socket: tcp://localhost:2375
  4. binary: docker.exe
  5. chef_version: latest
  6. privileged: true
  7.  
  8. provisioner:
  9. name: chef_zero
  10. # You may wish to disable always updating cookbooks in CI or other testing environments.
  11. # For example:
  12. # always_update_cookbooks: <%= !ENV['CI'] %>
  13. always_update_cookbooks: true
  14.  
  15. verifier:
  16. name: inspec
  17.  
  18. platforms:
  19. - name: ubuntu-16.04
  20. driver:
  21. image: ubuntu:16.04
  22. pid_one_command: /bin/systemd
  23. intermediate_instructions:
  24. - RUN /usr/bin/apt-get install -y lsof which initscripts net-tools
  25.  
  26. suites:
  27. - name: default
  28. run_list:
  29. - recipe[testy::default]
  30. verifier:
  31. inspec_tests:
  32. - test/smoke/default
  33. attributes:
Add Comment
Please, Sign In to add comment