Skip to content

Commit 26875d4

Browse files
committed
Add multi/multi integration test
Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
1 parent 5f1c539 commit 26875d4

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

demo/features/0586-sign-transaction.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Feature: RFC 0586 Aries sign (endorse) transactions functions
2525
| --mediation | --mediation | driverslicense |
2626
| --multitenant | --multitenant | driverslicense |
2727
| --mediation --multitenant | --mediation --multitenant | driverslicense |
28+
| --multitenant --multi-ledger | --multitenant --multi-ledger | driverslicense |
2829

2930

3031
@T001.1-RFC0586 @GHA

demo/multi_ledger_config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
- id: local
1+
#- id: local
2+
# is_production: true
3+
# genesis_url: 'http://$LEDGER_HOST:9000/genesis'
4+
- id: bcorvinTest
25
is_production: true
36
is_write: true
4-
genesis_url: 'http://$LEDGER_HOST:9000/genesis'
5-
#- id: bcorvinTest
6-
# is_production: true
7-
# genesis_url: 'http://dev.bcovrin.vonx.io/genesis'
7+
genesis_url: 'http://dev.bcovrin.vonx.io/genesis'
88
- id: greenlightTest
99
is_production: true
1010
genesis_url: 'http://dev.greenlight.bcovrin.vonx.io/genesis'

docker/Dockerfile.bdd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ FROM faber-alice-demo
44
RUN pip3 install --no-cache-dir -r demo/requirements.behave.txt
55

66
WORKDIR ./demo
7+
ADD demo ./demo
78
RUN chmod a+w .
89
ENTRYPOINT ["behave"]

0 commit comments

Comments
 (0)