platform-tests

module
v0.0.0-...-e3bd1bf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 4, 2024 License: MIT

README

Platform acceptance tests

These are acceptance tests for our CF deployment that are run in addition to the upstream acceptance tests. These are automatically run from the concourse pipeline after the platform has been deployed.

Dependencies

The tests have the following dependencies:

When running on concourse, these use our cf-acceptance-tests container.

Running the tests

You must set an environment variable $CONFIG which points to a JSON file that contains several pieces of data that will be used to configure the acceptance tests, e.g. telling the tests how to target your running Cloud Foundry deployment.

Example:

{
  "api": "api.foo.cf.example.com",
  "admin_user": "admin",
  "admin_password": "secret",
  "apps_domain": "foo.cf-apps.example.com",
  "test_password": "meowmeow",
  "skip_ssl_validation": true,
  "use_http": false
}

Directories

Path Synopsis
availability
example-apps
healthcheck Module
http-tester Module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL