File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
playbooks/osb-checker-test-huaweicloud Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8686 # openservicebrokerapi/osb-checker is required project. Run tests
8787 pushd $GOPATH/src/github.com/openservicebrokerapi/osb-checker/2.13/tests/
8888 npm install
89+ npm install --global mocha
8990 set +x
9091 checker_cfg=config_mock.json
9192 for service in obs dcs rds dms; do
9293 echo "#########################################################################"
9394 echo "Runing osb-checker against huaweicloud ${service} service...."
9495 sed -i "s/${checker_cfg}/config_huaweicloud_${service}.json/g" test/test.js
95- npm test || exitcode=$?
96+ mocha -t 200000 test/test.js || exitcode=$?
9697 checker_cfg=config_huaweicloud_${service}.json
9798 done
9899 popd
You can’t perform that action at this time.
0 commit comments