This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +4
-35
lines changed
packages/composer-systests Expand file tree Collapse file tree 5 files changed +4
-35
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ services:
2525 - CORE_SECURITY_ENABLED=true
2626 - CORE_SECURITY_ENROLLID=test_vp0
2727 - CORE_SECURITY_ENROLLSECRET=MwYpmSRjupbT
28+ - CORE_NOOPS_BLOCK_WAIT=250ms
2829 links :
2930 - membersrvc
3031 command : sh -c 'sleep 5; peer node start'
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export COMPOSER_DEPLOY_WAIT_SECS=500
2424
2525# Pull any required Docker images.
2626if [ " ${SYSTEST} " = " hlf" ]; then
27- DOCKER_FILE=${DIR} /hlf/hlf- docker-compose.yml
27+ DOCKER_FILE=${DIR} /hlf/docker-compose.yml
2828 docker pull hyperledger/fabric-membersrvc:x86_64-0.6.1-preview
2929 docker tag hyperledger/fabric-membersrvc:x86_64-0.6.1-preview hyperledger/fabric-membersrvc:latest
3030 docker pull hyperledger/fabric-peer:x86_64-0.6.1-preview
@@ -33,9 +33,9 @@ if [ "${SYSTEST}" = "hlf" ]; then
3333 docker tag hyperledger/fabric-baseimage:x86_64-0.1.0 hyperledger/fabric-baseimage:latest
3434elif [[ ${SYSTEST} == hlfv1* ]]; then
3535 if [[ ${SYSTEST} == * tls ]]; then
36- DOCKER_FILE=${DIR} /hlfv1/hlfv1_alpha- docker-compose.tls.yml
36+ DOCKER_FILE=${DIR} /hlfv1/docker-compose.tls.yml
3737 else
38- DOCKER_FILE=${DIR} /hlfv1/hlfv1_alpha- docker-compose.yml
38+ DOCKER_FILE=${DIR} /hlfv1/docker-compose.yml
3939 fi
4040 docker pull hyperledger/fabric-peer:x86_64-1.0.0-alpha
4141 docker pull hyperledger/fabric-ca:x86_64-1.0.0-alpha
You can’t perform that action at this time.
0 commit comments