release 1.18.4: e2e group atm → bankwd (Bank withdraw IDs)

Finish ATM rename: set_group bankwd so check IDs are e2e.bankwd-* and
match user-facing Bank withdraw. E2E_ATM_MAX remains a legacy env alias.
This commit is contained in:
Hernâni Marques 2026-07-19 09:06:31 +02:00
parent efb9047a67
commit a7b92e11c4
No known key found for this signature in database
GPG key ID: CB5738652768F7E9
5 changed files with 7 additions and 6 deletions

View file

@ -28,7 +28,7 @@ Every check line has a **global** run number and a **grouped** id:
| **ladder** | `check_goa_ladder.sh` | `plan` `load` `withdraw` `pay` `report` |
**Why groups:** flat `www-001``www-080` was hard to talk about.
`www.bank-04` / `e2e.atm-02` pin the failure to a logical block.
`www.bank-04` / `e2e.bankwd-02` pin the failure to a logical block.
Usage in scripts:
@ -100,7 +100,7 @@ SSH: `KOOPA_SSH` (default `koopa`), then `KOOPA_SSH_FALLBACKS` when LAN is unrea
| **e2e.load-** | host/container load snapshots (before / after bank withdraw / after pay) |
| **e2e.bank-** | account, credit, withdraw ops |
| **e2e.wallet-** | exchange + ToS, wallet setup |
| **e2e.atm-** (group id; UI says Bank withdraw) | bank withdraw ladder rungs |
| ****e2e.bankwd-** | bank withdraw ladder rungs |
| **e2e.settle-** | wallet settlement wait / spendable balance |
| **e2e.pay-** | variable payments |
| **e2e.shop-** | GOA shop product catalog pays |
@ -109,7 +109,7 @@ SSH: `KOOPA_SSH` (default `koopa`), then `KOOPA_SSH_FALLBACKS` when LAN is unrea
| **e2e.report-** | final tallies |
When filing an issue, quote the full id + label, e.g.
`e2e.atm-03 Bank withdraw 5 GOA · bank confirmed, wallet empty`.
`e2e.bankwd-03 Bank withdraw 5 GOA · bank confirmed, wallet empty`.
---