Skip to content

Commit

Permalink
address fabric:1.4 sut binding not working in caliper container (#1211)
Browse files Browse the repository at this point in the history
Issue in 1.4 node sdk means that some dependencies aren't available when
binding to a 1.4 fabric sut when using the caliper docker container

closes #1146

Signed-off-by: D <d_kelsey@uk.ibm.com>

Co-authored-by: D <d_kelsey@uk.ibm.com>
  • Loading branch information
davidkel and davidkel committed Jan 27, 2022
1 parent f0553d1 commit 7c2b3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/caliper-cli/lib/lib/config.yaml
Expand Up @@ -43,9 +43,9 @@ sut:
settings:
- *new-node-old-grpc
1.4.11:
packages: ['fabric-client@1.4.11', 'fabric-protos@2.0.0-snapshot.1', 'fabric-network@1.4.11']
packages: ['fabric-client@1.4.11', 'fabric-protos@2.0.0-snapshot.1', 'fabric-network@1.4.11','fs-extra@8.1.0']
1.4.14: &fabric-v1-lts
packages: ['fabric-client@1.4.14', 'fabric-protos@2.0.0-snapshot.1', 'fabric-network@1.4.14']
packages: ['fabric-client@1.4.14', 'fabric-protos@2.0.0-snapshot.1', 'fabric-network@1.4.14','fs-extra@8.1.0']
1.4: *fabric-v1-lts
2.1.0: &fabric-v2-2.1
packages: ['fabric-common@2.1.0', 'fabric-protos@2.1.0', 'fabric-network@2.1.0', 'fabric-ca-client@2.1.0']
Expand Down

0 comments on commit 7c2b3f7

Please sign in to comment.