Skip to content

cloudfoundry/inigo

Repository files navigation

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

Reporting issues and requesting features

Please report all issues and feature requests in cloudfoundry/diego-release.

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/diego-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.