Skip to content

Commit 90f014e

Browse files
committedDec 5, 2018
[FAB-13164] Revert Fix pkcs11 UT Failures
This reverts commit af5e9f0. Change-Id: I8ef54da8f2040450fc82e44fd6c5089cc109a9f5 Signed-off-by: Matthew Sykes <sykesmat@us.ibm.com>
1 parent 2079f45 commit 90f014e

File tree

5 files changed

+2
-34
lines changed

5 files changed

+2
-34
lines changed
 

‎Makefile

+1-5
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
# - orderer - builds a native fabric orderer binary
1818
# - release - builds release packages for the host platform
1919
# - release-all - builds release packages for all target platforms
20-
# - softhsm2_initialization - generates softhsm2 tokens used in pkcs11 test
2120
# - unit-test - runs the go-test based unit tests
2221
# - verify - runs unit tests for only the changed package tree
2322
# - profile - runs unit tests for all packages in coverprofile mode (slow)
@@ -184,10 +183,7 @@ ccenv: $(BUILD_DIR)/image/ccenv/$(DUMMY)
184183
integration-test: gotool.ginkgo ccenv docker-thirdparty
185184
./scripts/run-integration-tests.sh
186185

187-
softhsm2_initialization:
188-
./scripts/config_softhsm2.sh
189-
190-
unit-test: unit-test-clean peer-docker softhsm2_initialization docker-thirdparty ccenv
186+
unit-test: unit-test-clean peer-docker docker-thirdparty ccenv
191187
unit-test/run.sh
192188

193189
unit-tests: unit-test

‎devenv/setupRHELonZ.sh

-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ fi
3636
iptables -I INPUT 1 -j ACCEPT
3737
sysctl vm.overcommit_memory=1
3838

39-
##################
40-
# Install softhsm2
41-
yum install softhsm -y
42-
4339
##################
4440
# Install Docker
4541
cd /tmp

‎devenv/setupUbuntuOnPPC64le.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ fi
3939
# Install pre-requisite OS packages #
4040
#####################################
4141
apt-get update
42-
apt-get -y install software-properties-common curl git sudo wget "build-essential" zlib1g-dev libbz2-dev softhsm2
42+
apt-get -y install software-properties-common curl git sudo wget "build-essential" zlib1g-dev libbz2-dev
4343

4444
#####################################
4545
# Install and setup Docker services #

‎docs/source/dev-setup/devenv.rst

-8
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ Prerequisites
5555
- Note: The BIOS Enabled Virtualization may be within the CPU or
5656
Security settings of the BIOS
5757

58-
- (macOS) `Install softhsm on Mac OSX <http://macappstore.org/softhsm/>`__.You can
59-
use Homebrew to install it as follows:
60-
61-
::
62-
63-
brew install softhsm
64-
65-
6658
``pip``
6759
~~~~~~
6860

‎scripts/config_softhsm2.sh

-16
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.