Document the test matrix and record the 2026-07-18 Pulumi 9150/9150 run.

Add EN/RU testing guides, link them from README and docs indexes, and drop
stale native Python/Ansible/Terraform suite references.
This commit is contained in:
2026-07-18 09:39:03 +03:00
parent 0942c57482
commit 9c94df119b
22 changed files with 283 additions and 40 deletions
+6 -2
View File
@@ -8,7 +8,11 @@
| [`pulumi-tests/`](../pulumi-tests/README.md) | Pulumi contract coverage across all Engine series |
```bash
make up && make seed
make test-pulumi
make up-local # or: make up
make seed
make pulumi-tests
# report: pulumi-tests/reports/pulumi-contract-coverage.html
```
**Last verified (2026-07-18):** Pulumi **9150 / 9150** passed (GET/POST/PUT/DELETE/HEAD).
See [Testing](../docs/testing.md).
+6 -2
View File
@@ -8,7 +8,11 @@
| [`pulumi-tests/`](../pulumi-tests/README.ru.md) | Pulumi-покрытие контрактов по всем series Engine |
```bash
make up && make seed
make test-pulumi
make up-local # или: make up
make seed
make pulumi-tests
# отчёт: pulumi-tests/reports/pulumi-contract-coverage.html
```
**Последний прогон (2026-07-18):** Pulumi **9150 / 9150** passed (GET/POST/PUT/DELETE/HEAD).
См. [Тестирование](../docs/ru/testing.md).