[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 21/22] Acceptance Tests: introduce CPU hotplug test
From: |
Willian Rampazzo |
Subject: |
Re: [PATCH 21/22] Acceptance Tests: introduce CPU hotplug test |
Date: |
Mon, 15 Feb 2021 16:57:38 -0300 |
On Wed, Feb 3, 2021 at 2:25 PM Cleber Rosa <crosa@redhat.com> wrote:
>
> Even though there are qtest based tests for hotplugging CPUs (from
> which this test took some inspiration from), this one adds checks
> from a Linux guest point of view.
>
> It should also serve as an example for tests that follow a similar
> pattern and need to interact with QEMU (via qmp) and with the Linux
> guest via SSH.
>
> Signed-off-by: Cleber Rosa <crosa@redhat.com>
> ---
> tests/acceptance/hotplug_cpu.py | 38 +++++++++++++++++++++++++++++++++
> 1 file changed, 38 insertions(+)
> create mode 100644 tests/acceptance/hotplug_cpu.py
>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
- Re: [PATCH 19/22] Acceptance Tests: add port redirection for ssh by default, (continued)
- [PATCH 20/22] Acceptance Tests: add basic documentation on LinuxTest base class, Cleber Rosa, 2021/02/03
- [PATCH 04/22] tests/acceptance/virtiofs_submounts.py: use workdir property, Cleber Rosa, 2021/02/03
- [PATCH 21/22] Acceptance Tests: introduce CPU hotplug test, Cleber Rosa, 2021/02/03
- [PATCH 22/22] [NOTFORMERGE] Bump Avocado version to latest master, Cleber Rosa, 2021/02/03
- [PATCH 01/22] tests/acceptance/boot_linux.py: fix typo on cloudinit error message, Cleber Rosa, 2021/02/03
- [PATCH 08/22] tests/acceptance/virtiofs_submounts.py: standardize port as integer, Cleber Rosa, 2021/02/03
- [PATCH 11/22] tests/acceptance/linux_ssh_mips_malta.py: standardize port as integer, Cleber Rosa, 2021/02/03