release 1.24.0: zero-pay phase (stage.my default, TESTPAYSAN templates)
This commit is contained in:
parent
a1275e6e45
commit
ee99f0de99
9 changed files with 526 additions and 2 deletions
12
README.md
12
README.md
|
|
@ -144,6 +144,18 @@ Each check prints **global** and **grouped** ids:
|
|||
# (bank-admin-password.txt under /mnt/data/stagepaysan/bank/secrets/)
|
||||
# Override: INSIDE_SSH=… INSIDE_PROFILE=stage-lfp
|
||||
|
||||
# Stage TOPS (default) · public-template CHF:0 — phase zero-pay
|
||||
# (same HTTP path as e2e_one_pay_public_template; no merchant token)
|
||||
./taler-monitoring.sh -d stage.taler-ops.ch zero-pay
|
||||
COUNT=100 ./pay_talersticker_zero.sh
|
||||
# TESTPAYSAN shop (empty POST {}; bank auto-confirm on stagepaysan)
|
||||
./taler-monitoring.sh -d stage.lefrancpaysan.ch zero-pay
|
||||
COUNT=100 GAP_S=0.5 ./pay_talersticker_zero.sh # 0.5s idle between pays/blocks
|
||||
COUNT=100 PARALLEL=4 ./pay_talersticker_zero.sh # 4 wallets, 4 pays per block
|
||||
COUNT=100 PARALLEL=10 GAP_S=0.5 ./pay_talersticker_zero.sh
|
||||
COUNT=100 PARALLEL=all ./pay_talersticker_zero.sh # one block, COUNT wallets
|
||||
# OUTDIR=/tmp/sticker-zero COUNT=3 ./pay_talersticker_zero.sh # smoke
|
||||
|
||||
# Other domains — public HTTPS only (pass e2e/inside explicitly)
|
||||
./taler-monitoring.sh -d taler.net
|
||||
./taler-monitoring.sh --domain taler-ops.ch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue