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,7 @@
|
||||
from app.ovirt.versioning import strip_api_prefix
|
||||
|
||||
|
||||
def test_strip_prefix():
|
||||
assert strip_api_prefix("/ovirt-engine/api/vms") == "/vms"
|
||||
assert strip_api_prefix("/ovirt-engine/api/v4/vms") == "/vms"
|
||||
assert strip_api_prefix("/ovirt-engine/api/v3/hosts") == "/hosts"
|
||||
Reference in New Issue
Block a user