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

Latest commit

 

History

History
15 lines (11 loc) · 420 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 420 Bytes

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