# inigo **Repository Path**: mirrors_cloudfoundry/inigo ## Basic Information - **Project Name**: inigo - **Description**: diego integration tests - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!CAUTION] > This repository has been in-lined (using git-subtree) into diego-release. Please make any > future contributions directly to diego-release. # 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](https://github.com/cloudfoundry/diego-design-notes) ## Reporting issues and requesting features Please report all issues and feature requests in [cloudfoundry/diego-release](https://github.com/cloudfoundry/diego-release/issues). 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](https://github.com/cloudfoundry/diego-release). To run Inigo, follow the instructions in Diego Release's [CONTRIBUTING doc](https://github.com/cloudfoundry/diego-release/blob/develop/.github/CONTRIBUTING.md#running-tests), 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](https://github.com/cloudfoundry/diego-dockerfiles).