---
name: smoke-tests

packages:
  - cf-cli
  - smoke-tests

templates:
  run.erb: bin/run

properties:
  diego.smoke_tests.api:
    description: The Elastic Runtime API endpoint URL

  diego.ssl.skip_cert_verify:
    default: false
    description: Toggles cli verification of the Elastic Runtime API SSL certificate

  diego.smoke_tests.user:
    description: The Elastic Runtime API user

  diego.smoke_tests.password:
    description: The Elastic Runtime API user's password

  diego.smoke_tests.org:
    description: The Elastic Runtime organization name to use when running tests

  diego.smoke_tests.space:
    description: The Elastic Runtime space name to use when running tests

  diego.smoke_tests.apps_domain:
    description: The domain to use for apps that are pushed
