Python Testinfra
With Testinfra you can write unit tests in Python to test actual state of your servers configured by managements tools like Salt, Ansible, Puppet, Chef and so on.
Testinfra aims to be a Serverspec equivalent in python and is written as a plugin to the Pytest test engine.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / python-pytest-testinfra
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:pytest/python-pytest-testinfra && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pytest-testinfra-6.3.0.tar.gz | 0000076309 74.5 KB | |
python-pytest-testinfra.changes | 0000010318 10.1 KB | |
python-pytest-testinfra.spec | 0000002985 2.92 KB | |
testinfra-parametrize-backends-test.patch | 0000001048 1.02 KB |
Revision 3 (latest revision is 17)
Matej Cepl (mcepl)
committed
(revision 3)
- Rename package to the upstream name: python-pytest-testinfra. - Update to 6.3.0 * Fix #451 for use with pytest -p no:terminal * Add client_version() and server_version() and version() to docker module. - Release 6.2.0 * Fix #590: Systeminfo doesn't resolve Windows correctly (#592) * First implementation of network namespaces in addr module (#596) * pip check support in PipPackage module (#605) * pip refactoring: implementation of installed and version (#606) * Allow to specify supervisorctl and supervisord.conf paths (#536) - Release 6.1.0 * Fix wrong package module on CentOS having dpkg tools installed #570 (#575) * Deduplicate hosts returned by get_backends() (#572) * Use /run/systemd/system/ to detect systemd (fixes #546) * Use ssh_args from ansible.cfg * Require python >= 3.6 * Fix ValueError with python 3.8+ when using --nagios option. - Release 6.0.0 * Breaking change: testinfra has moved to the https://github.com/pytest-dev/ organization. Project on PyPi is renamed as pytest-testinfra. A dummy testinfra will make the transition, but you should rename to pytest-testinfra in your requirements files. - Add testinfra-parametrize-backends-test.patch in order to be able to skip salt backend and still test the rest.
Comments 0