# bosh-aws-tools-release **Repository Path**: mirrors_cloudfoundry/bosh-aws-tools-release ## Basic Information - **Project Name**: bosh-aws-tools-release - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **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 # bosh-aws-tools When running the tests, they will use `bosh` in whatever state it's already configured for. ## Running the tests You will need a working Go environment with `$GOPATH` set, and you will need `bosh` in your `$PATH`. See [Go][go] for instructions on installing `go`. ### Configuration Before running the tests, you must make sure you've targetted the desired Director and can create a dev release: ``` bosh target bosh create release ``` You must also set `$CONFIG` to point to a `.json` file which contains the configuration for the tests. For example: ```sh cat > config.json <