Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 474 Bytes

TESTING.md

File metadata and controls

24 lines (17 loc) · 474 Bytes

Testing

Testing and contributing to this chef cookbook requires the following:

  • Chef DK
  • Chef Workstation
  • VirtualBox
  1. Define the required attributes in kitchen.yml:

        attributes:
          dynatraceoneagent:
            dynatrace_environment_url: https://{your-environment-id}.live.dynatrace.com
            dynatrace_paas_token: {your-paas-token}
  2. Run all tests:

    kitchen test