[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 05/10] Acceptance Tests: add port redirection for ssh by d
From: |
Willian Rampazzo |
Subject: |
Re: [PATCH v2 05/10] Acceptance Tests: add port redirection for ssh by default |
Date: |
Wed, 24 Mar 2021 17:39:40 -0300 |
On Tue, Mar 23, 2021 at 7:16 PM Cleber Rosa <crosa@redhat.com> wrote:
>
> For users of the LinuxTest class, let's set up the VM with the port
> redirection for SSH, instead of requiring each test to set the same
> arguments.
>
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
> tests/acceptance/avocado_qemu/__init__.py | 4 +++-
> tests/acceptance/virtiofs_submounts.py | 4 ----
> 2 files changed, 3 insertions(+), 5 deletions(-)
>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
- Re: [PATCH v2 08/10] tests/acceptance/virtiofs_submounts.py: remove launch_vm(), (continued)