Skip to main content

[!WARNING] This plugin is still actively developed and even though it is mostly stable, we reserve the right to introduce minor breaking changes if it is required for new functionality. Therefore we advise to pin pytest-mh version for your project.

pytest_mh - pytest multihost test framework

pytest-mh is a pytest plugin that, at a basic level, allows you to run shell commands and scripts over SSH on remote Linux or Windows hosts. You use it to execute system or application tests for your project on a remote host or hosts (or containers) while running pytest locally keeping your local machine intact.

The plugin also provides building blocks that can be used to setup and teardown your tests, perform automatic clean up of all changes done on the remote host, and build a flexible and unified high-level API to manipulate the hosts from your tests.

Documentation

See the full documentation here: https://pytest-mh.readthedocs.io.

Example usage

The following snippet was taken from the SSSD project.

    @pytest.mark.topology(KnownTopology.AD)
    @pytest.mark.topology(KnownTopology.LDAP)
    @pytest.mark.topology(KnownTopology.IPA)
    @pytest.mark.topology(KnownTopology.Samba)
    def test__id(client: Client, provider: GenericProvider):
        u = provider.user("tuser").add()
        provider.group("tgroup_1").add().add_member(u)
        provider.group("tgroup_2").add().add_member(u)

        client.sssd.start()
        result = client.tools.id("tuser")

        assert result is not None
        assert result.user.name == "tuser"
        assert result.memberof(["tgroup_1", "tgroup_2"])

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytest_mh-1.0.30.tar.gz (81.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytest_mh-1.0.30-py3-none-any.whl (98.6 kB view details)

Uploaded Python 3

File details

Details for the file pytest_mh-1.0.30.tar.gz.

File metadata

  • Download URL: pytest_mh-1.0.30.tar.gz
  • Upload date:
  • Size: 81.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pytest_mh-1.0.30.tar.gz
Algorithm Hash digest
SHA256 f03488b7cd239a72beeed7e50027bbc1e1be45ef0a7ce3b19215ba4d9b6e8b46
MD5 8aaa6e90760cb1f8bc62483fb03c3696
BLAKE2b-256 9774c0c4f83c577025b112735e003dfc8cb69557d4e655cfdbc5f6e774c7ca27

See more details on using hashes here.

File details

Details for the file pytest_mh-1.0.30-py3-none-any.whl.

File metadata

  • Download URL: pytest_mh-1.0.30-py3-none-any.whl
  • Upload date:
  • Size: 98.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pytest_mh-1.0.30-py3-none-any.whl
Algorithm Hash digest
SHA256 6c543a4ffd5b75c2b09258ebf33771293d66bf7690b31636c1be319b1b8e0e6b
MD5 5b8515f64902749812eb60f11ea50d3a
BLAKE2b-256 ad16dbd949edb8c68a11dadd76ed519e8bd067450679a0891f9ad3fb0e10fd76

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page