Initial release of the oVirt/RHV Engine API simulator.
Stateful FastAPI lab with contract packs, Compose/Helm, Docker Hub release targets, and Pulumi coverage across all Engine series (GET/POST/PUT/DELETE/HEAD).
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
**Language / Язык:** [English](README.md) | [Русский](README.ru.md)
|
||||
|
||||
# Examples
|
||||
|
||||
| Path | What |
|
||||
|---|---|
|
||||
| [`docs/examples/`](../docs/examples/overview.md) | curl / Python / Ansible / Terraform snippets |
|
||||
| [`pulumi-tests/`](../pulumi-tests/README.md) | Pulumi contract coverage across all Engine series |
|
||||
|
||||
```bash
|
||||
make up && make seed
|
||||
make test-pulumi
|
||||
# report: pulumi-tests/reports/pulumi-contract-coverage.html
|
||||
```
|
||||
@@ -0,0 +1,14 @@
|
||||
**Language / Язык:** [English](README.md) | [Русский](README.ru.md)
|
||||
|
||||
# Примеры
|
||||
|
||||
| Путь | Что |
|
||||
|---|---|
|
||||
| [`docs/examples/`](../docs/ru/examples/overview.md) | Сниппеты curl / Python / Ansible / Terraform |
|
||||
| [`pulumi-tests/`](../pulumi-tests/README.ru.md) | Pulumi-покрытие контрактов по всем series Engine |
|
||||
|
||||
```bash
|
||||
make up && make seed
|
||||
make test-pulumi
|
||||
# отчёт: pulumi-tests/reports/pulumi-contract-coverage.html
|
||||
```
|
||||
Reference in New Issue
Block a user