Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit fb21cd2

Browse files
committed
[FAB-4645] Update integration test scripts
Change-Id: I0043c594e1de9f8cf53f6a3b05f9bc73fae488da Signed-off-by: Divyank Katira <Divyank.Katira@securekey.com>
1 parent 8f1d587 commit fb21cd2

File tree

4 files changed

+4
-36
lines changed

4 files changed

+4
-36
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
.DS_Store
44
.vscode
55
debug.test
6+
7+
8+
# Files auto-generated by docker-compose
9+
test/fixtures/tls/fabricca/server/org1.example.com-cert.pem

test/fixtures/.env

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,3 @@ FABRIC_ORDERER_FIXTURE_IMAGE=hyperledger/fabric-orderer
3232
FABRIC_PEER_FIXTURE_IMAGE=hyperledger/fabric-peer
3333
FABRIC_COUCHDB_FIXTURE_IMAGE=hyperledger/fabric-couchdb
3434
FABRIC_BUILDER_FIXTURE_IMAGE=hyperledger/fabric-ccenv
35-
36-
FABRIC_CA_TLS_ENABLED=false
37-
FABRIC_SDK_CLIENT_FABRICCA_TLSENABLED=false
38-
FABRIC_SDK_CLIENT_FABRICCA_SERVERURL="https://localhost:7054"

test/fixtures/latest-env.sh

Lines changed: 0 additions & 25 deletions
This file was deleted.

test/scripts/integration.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@
2222
PKGS=`go list github.com/hyperledger/fabric-sdk-go/test/integration/... 2> /dev/null | \
2323
grep -v /vendor/`
2424

25-
# Detect Hyperledger CI environment
26-
if [ "$JENKINS_URL" == "https://jenkins.hyperledger.org/" ]
27-
then
28-
echo "In Hyperledger CI - Setting docker integration fixture tags to latest..."
29-
source ./test/fixtures/latest-env.sh
30-
fi
31-
3225
echo "Starting fabric and fabric-ca docker images..."
3326
cd ./test/fixtures && docker-compose up --force-recreate -d
3427

0 commit comments

Comments
 (0)