Skip to content

Commit

Permalink
[FAB-4961] Incorrect mountpoint
Browse files Browse the repository at this point in the history
This corrects the mountpoint for accessing
chaincode files for the behave system tests.

Change-Id: I556813725c94d8da0fbaa1f415b2ad3bfdbda8e4
Signed-off-by: Latitia M Haskins <latitia.haskins@gmail.com>
  • Loading branch information
lhaskins committed Jun 23, 2017
1 parent f49218d commit cb49a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions test/feature/docker-compose/docker-compose-kafka.yml
Expand Up @@ -332,7 +332,6 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/var/hyperledger/msp
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls:/var/hyperledger/tls
Expand Down Expand Up @@ -378,7 +377,6 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/msp:/var/hyperledger/msp
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls:/var/hyperledger/tls
Expand Down Expand Up @@ -424,7 +422,6 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/msp:/var/hyperledger/msp
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/tls:/var/hyperledger/tls
Expand Down Expand Up @@ -471,7 +468,6 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/msp:/var/hyperledger/msp
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls:/var/hyperledger/tls
Expand Down Expand Up @@ -510,7 +506,7 @@ services:
command: /bin/bash -c 'sleep 6000000000000000000'
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../../../examples/chaincode:/opt/gopath/src/github.com/hyperledger/fabric/examples/chaincode
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls:/var/hyperledger/tls
ports:
Expand Down
6 changes: 1 addition & 5 deletions test/feature/docker-compose/docker-compose-solo.yml
Expand Up @@ -65,7 +65,6 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/msp:/var/hyperledger/msp
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls:/var/hyperledger/tls
Expand Down Expand Up @@ -107,7 +106,6 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/msp:/var/hyperledger/msp
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer0.org2.example.com/tls:/var/hyperledger/tls
Expand Down Expand Up @@ -149,7 +147,6 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/msp:/var/hyperledger/msp
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer1.org1.example.com/tls:/var/hyperledger/tls
Expand Down Expand Up @@ -191,7 +188,6 @@ services:
- CORE_PEER_TLS_ROOTCERT_FILE=/var/hyperledger/tls/ca.crt
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/msp:/var/hyperledger/msp
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org2.example.com/peers/peer1.org2.example.com/tls:/var/hyperledger/tls
Expand Down Expand Up @@ -225,7 +221,7 @@ services:
command: /bin/bash -c 'sleep 6000000000000000000'
volumes:
- /var/run/:/host/var/run/
- /opt/gopath:/opt/gopath
- ../../../examples/chaincode:/opt/gopath/src/github.com/hyperledger/fabric/examples/chaincode
- ../configs:/var/hyperledger/configs
- ../configs/${CORE_PEER_NETWORKID}/peerOrganizations/org1.example.com/peers/peer0.org1.example.com/tls:/var/hyperledger/tls
depends_on:
Expand Down

0 comments on commit cb49a79

Please sign in to comment.