github.com/go-chef/chef@v0.30.1/testapi/bin/sandbox (about) 1 #!/bin/bash 2 3 # Group testing 4 5 BASE=$(dirname $0) 6 cd ${BASE} 7 8 . ${BASE}/setup 9 . ${BASE}/creds 10 go run ${BASE}/../../testcase/testcase.go sandbox ${CHEFUSER} ${KEYFILE} ${CHEFORGANIZATIONURL} ${SSLBYPASS}