How to Install and Uninstall python2-testinfra Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python2-testinfra" package

Learn how to install python2-testinfra on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-testinfra

2. Uninstall "python2-testinfra" package

This guide let you learn how to uninstall python2-testinfra on openSUSE Leap:

$ sudo zypper remove python2-testinfra

3. Information about the python2-testinfra package on openSUSE Leap

Information for package python2-testinfra:
------------------------------------------
Repository : Main Repository
Name : python2-testinfra
Version : 1.12.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 314,3 KiB
Installed : No
Status : not installed
Source package : python-testinfra-1.12.0-bp153.1.15.src
Summary : Test infrastructures
Description :
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