Files
ovirt-api-simulator/docs/examples/pulumi.md
T
inecs 9c94df119b 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.
2026-07-18 09:39:03 +03:00

26 lines
750 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
**Language / Язык:** [English](pulumi.md) | [Русский](../ru/examples/pulumi.md)
# Pulumi
Contract-coverage lab under [`pulumi-tests/`](../../pulumi-tests/README.md).
```bash
make up-local # or: make up
make seed
make test-pulumi-smoke
make pulumi-tests # alias: make test-pulumi
```
HTML report: `pulumi-tests/reports/pulumi-contract-coverage.html` (gitignored).
## Last verified result (2026-07-18)
| Metric | Value |
|---|---:|
| total / passed / failed | **9150 / 9150 / 0** |
| methods | DELETE 1146 · GET 2314 · HEAD 2314 · POST 2230 · PUT 1146 |
| HTTP | 200: 6739 · 404: 1514 · 201: 864 · 400: 22 · 409: 11 |
All series packs `3.0``3.6`, `4.3``4.5`, `master` passed. See also
[Testing](../testing.md).