Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

cloudfoundry-incubator/cfcr-etcd-release

Repository files navigation

CFCR-ETCD release

This project is intended as a sub-component within the Cloud Foundry Container Runtime project, usage outside of that are not currently supported by the CFCR team.

Running the acceptance tests

cat > integration_config.json <<EOF
{
	"etcd_endpoint": "http://some-etcd-endpoint:2379"
}
EOF
CONFIG_FILE=$PWD/integration_config.json ginkgo src/acceptance