# README
CFAR Logging Acceptance Tests

Usage
To run the CFAR logging acceptance tests you must have a user with permissions to create orgs and spaces.
export CF_ADMIN_USER=<username>
export CF_ADMIN_PASSWORD=<password>
export CF_DOMAIN=<system_domain>
export SKIP_SSL_VALIDATION=false
go get -t ./...
go install github.com/onsi/ginkgo/ginkgo
ginkgo -race -r
# Packages
No description provided by the author
No description provided by the author
No description provided by the author