bdshroyer / wats

Windows Acceptance Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows Acceptance Tests (WATs)

Angkor Wat

Running the tests

Test Setup

To run the Diego Acceptance tests, you will need:

  • a running CF instance
  • credentials for an Admin user
  • an environment variable $CONFIG which points to a .json file that contains the application domain

You can use scripts/bosh_lite_config.json to run the specs against bosh-lite. Replace credentials and URLs as appropriate for your environment.

NOTE: The secure_address must be some inaccessible endpoint from any container, e.g., an etcd endpoint

Running the tests against a bosh-lite

./scripts/bosh_lite_run_wats.sh

Self signed certificates

If you are running the tests with version newer than 6.0.2-0bba99f of the Go CLI against bosh-lite or any other environment using self-signed certificates, add the following

  "skip_ssl_validation": true

to your config file as well.

References

About

Windows Acceptance Tests

License:Apache License 2.0


Languages

Language:Go 49.8%Language:C# 35.8%Language:C++ 6.7%Language:Shell 3.5%Language:C 2.7%Language:Batchfile 1.3%Language:ASP 0.2%