github.com/go-chef/chef@v0.30.1/testapi/bin/association (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 association_setup ${CHEFUSER} ${KEYFILE} ${CHEFGLOBALURL} ${SSLBYPASS}
    11  go run ${BASE}/../../testcase/testcase.go association ${CHEFUSER} ${KEYFILE} ${CHEFORGANIZATIONURL} ${SSLBYPASS} 
    12  go run ${BASE}/../../testcase/testcase.go association_cleanup ${CHEFUSER} ${KEYFILE} ${CHEFGLOBALURL} ${SSLBYPASS}