Entropy aargh (#2262)

* rename

* file:

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
pull/2207/head
Sally MacFarlane 4 years ago committed by GitHub
parent 3267501c8c
commit 9cc91db40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .circleci/config.yml
  2. 2
      acceptance-tests/tests/src/test/resources/acceptanceTesting.security

@ -24,7 +24,7 @@ executors:
machine:
image: ubuntu-2004:202010-01
acceptance_tests_executor:
goquorum_executor:
machine:
image: ubuntu-2004:202101-01
resource_class: xlarge
@ -197,7 +197,7 @@ jobs:
acceptanceTestsQuorum:
parallelism: 1
executor: acceptance_tests_executor
executor: goquorum_executor
steps:
- prepare
- attach_workspace:

@ -1,6 +1,6 @@
##### NOT FOR PRODUCTION USE ######
### FOR ACCEPTANCE TESTING ONLY ###
# Disable OS provided entropy
securerandom.source=/dev/urandom
securerandom.source=file:/dev/urandom
### FOR ACCEPTANCE TESTING ONLY ###
##### NOT FOR PRODUCTION USE ######

Loading…
Cancel
Save