# garden-integration-tests **Repository Path**: mirrors_cloudfoundry/garden-integration-tests ## Basic Information - **Project Name**: garden-integration-tests - **Description**: gits - **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-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Garden Integration Tests **Note**: This repository should be imported as `code.cloudfoundry.org/garden-integration-tests`. Tests that run against a remote garden server. ## How to run 1. Set `GDN_BIND_IP` and `GDN_BIND_PORT` to the address/port of your running garden server. ``` export GDN_BIND_IP=10.244.0.2 export GDN_BIND_PORT=7777 ``` 1. Run the tests against the deployed garden. ``` ginkgo -p -nodes=4 ```