Skip to content

dkoper/diego-smoke-tests

 
 

Repository files navigation

Diego Smoke Tests

This test suite is a variant of the CF Smoke Tests that exercises Diego.

Running the tests

Test Setup

Prerequisites:

  • You should have user access to an org and a space in the CF instance you intend to test.
  • The CF cli and the Ginkgo CLI should both be on your PATH.
  • This repository and its Go dependencies should be present in your GOPATH.
  • The environment variable SMOKE_TESTS_APPS_DOMAIN should be exported to the name of a domain associated with the space above. For testing on a local BOSH-lite, "10.244.0.34.xip.io" is recommended.

Before running the smoke tests, log into your CF instance with the CLI and target the org and the space in which you intend to run the smoke tests. The smoke tests will create an app which will be deleted under normal operation. In the case of failure, though, it may remain present.

To run the tests, change your working directory to the root of this repo and run ginkgo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.0%
  • Go 9.1%
  • Shell 6.9%