feat: add README.md to each lab with startup instructions and remove obsolete version from compose files

This commit is contained in:
Luca Sacchi Ricciardi
2026-04-09 14:30:22 +02:00
parent b5ccb3c149
commit 89c8e6ae07
28 changed files with 235 additions and 145 deletions
@@ -427,8 +427,8 @@ ip addr show br-<network_id>
|----------|-------|
| Framework | BASH (Bourne Again Shell) >= 4.0 |
| Config file | None — inline test functions |
| Quick run command | `bash labs/lab-02-network/tests/quick-test.sh` |
| Full suite command | `bash labs/lab-02-network/tests/run-all-tests.sh` |
| Quick run command | `bash labs/lab-02-network/tests/99-final-verification.sh` |
| Full suite command | `bash labs/lab-02-network/tests/99-final-verification.sh` |
### Phase Requirements → Test Map
@@ -449,8 +449,8 @@ ip addr show br-<network_id>
| PARA-04 | Comandi Docker equivalenti mostrati | manual | Verify Reference includes command comparison | Wave 0 |
### Sampling Rate
- **Per task commit:** `bash labs/lab-02-network/tests/quick-test.sh` (runs in < 30 seconds)
- **Per wave merge:** `bash labs/lab-02-network/tests/run-all-tests.sh` (full validation)
- **Per task commit:** `bash labs/lab-02-network/tests/99-final-verification.sh` (runs in < 30 seconds)
- **Per wave merge:** `bash labs/lab-02-network/tests/99-final-verification.sh` (full validation)
- **Phase gate:** Full suite green + manual verification of all 4 Diátaxis documents + INF-02 verified
### Wave 0 Gaps