Skip to main content

A mock SSH server emulating Aerohive devices

Project description

https://img.shields.io/pypi/v/mock-aerohive.svg https://gitlab.com/pencot/mock_aerohive/badges/master/pipeline.svg https://codecov.io/gh/pencot/mock_aerohive/branch/master/graph/badge.svg

A mock SSH server emulating Aerohive devices.

Install:

pip install mock_aerohive

Basic usage:

from mock_aerohive import MockAerohive

aerohive = MockAerohive()
# You must add at least 1 user before starting the server!  (Library limitation)
aerohive.addUser("admin", "aerohive")

port = aerohive.run("127.0.0.1")
# Or provide a port: aerohive.run("127.0.0.1", 2222)

aerohive.stop() # Stop a single server.

aerohive.stopAll() # Terminate the background thread running all SSH servers (otherwise the process will hang)
                   # Once you stop the background thread, you may not start another server (with 'run') -
                   # another library limitation.

For an example of a py.test fixture that automates starting and stopping servers (which cleans up servers at the end of the testing session, but allows multiple servers to be run), see test/util/MockAerohiveFixture.py, and test/integration/auth/test_addUser_and_login.py for an example.

Versioning

This package uses semantic versioning.

Project details


Download files

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

Source Distribution

mock_aerohive-0.0.2.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

mock_aerohive-0.0.2-py2-none-any.whl (5.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page