2fe6f4d9ba
This replaces paramiko with avocado.utils.ssh module, which is based on a (open)ssh binary, supposedly more ubiquitous. Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20190919225905.10829-1-crosa@redhat.com> [Cleber: consolidated existing skipUnless from tests to setUp] Signed-off-by: Cleber Rosa <crosa@redhat.com>
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
# Add Python module requirements, one per line, to be installed
|
|
# in the tests/venv Python virtual environment. For more info,
|
|
# refer to: https://pip.pypa.io/en/stable/user_guide/#id1
|
|
avocado-framework==72.0
|