
"cryptography" and "pydantic" depend on "maturin", which fails to install from source. "cryptography" was already added to the "charm-binary-python-packages" list, allowing prebuilt packages to be used. However, our uv.lock files contain a slightly older version so charmcraft attempts to install it from source and fails: ModuleNotFoundError: No module named 'puccinialin' This patch will fix the build failures by: * updating the uv.lock files (tox -e lock) * adding pydantic to the list of binary packages Cryptography 44.0.2 currently fails to install: https://pastebin.canonical.com/p/Z4ZZhqWwtV/plain/ Change-Id: Ibfe555df7f72b867ad92c3bb00bb6fa576d7b0fc
tempest-k8s
Tempest provides a set of integration tests to be run, in ad-hoc or periodic fasion, against a live OpenStack cluster for OpenStack API validation, scenarios, and other specific tests useful in validating an OpenStack deployment.
Other resources
- tempest-k8s on Charmhub (more docs there)