diff options
author | Cleber Rosa <crosa@redhat.com> | 2019-09-19 18:59:05 -0400 |
---|---|---|
committer | Cleber Rosa <crosa@redhat.com> | 2019-09-20 17:13:41 -0400 |
commit | 2fe6f4d9babb957244676fdf23b9a7ca2323034b (patch) | |
tree | f01c664ffd314e5e3ec8c0f7ae005ad1054d0104 /tests/requirements.txt | |
parent | 9090d3332cdcc425643fe88bdfac21a33bb1d43d (diff) |
Acceptance tests: use avocado.utils.ssh for SSH interaction
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>
Diffstat (limited to 'tests/requirements.txt')
-rw-r--r-- | tests/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/requirements.txt b/tests/requirements.txt index bd1f7590ed..a2a587223a 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,4 @@ # 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==68.0 -paramiko==2.4.2 +avocado-framework==72.0 |