github.com/go-chef/chef@v0.30.1/testapi/bin/license (about)

     1  #!/bin/bash
     2  
     3  # License testing
     4  
     5  BASE=$(dirname $0)
     6  cd ${BASE}
     7  
     8  . ${BASE}/setup
     9  . ${BASE}/creds
    10  
    11  go run ${BASE}/../../testcase/testcase.go license ${CHEFUSER} ${KEYFILE} ${CHEFGLOBALURL} ${SSLBYPASS}