File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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'
Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ FROM faber-alice-demo
44RUN pip3 install --no-cache-dir -r demo/requirements.behave.txt
55
66WORKDIR ./demo
7+ ADD demo ./demo
78RUN chmod a+w .
89ENTRYPOINT ["behave"]
You can’t perform that action at this time.
0 commit comments