/inigo

diego integration tests

Primary LanguageGoApache License 2.0Apache-2.0

Inigo

Note: This repository should be imported as code.cloudfoundry.org/inigo.

Inigo is the integration test suite for Diego, the new container management system for Cloud Foundry. Learn more about Diego and its components at diego-design-notes

These instructions are for Mac OS X and Linux.

Running Tests

Inigo runs against many components, all of which live in the Diego BOSH Release.

To run Inigo, follow the instructions in Diego Release's CONTRIBUTING doc, section Running Integration Tests.

The inigo-ci docker image

Inigo runs inside a container, using the cloudfoundry/inigo-ci Docker image. This docker image contains within it a rootfs which Garden will use by default.

To (re-)build this image, see diego-dockerfiles.