On Wed, Feb 3, 2021 at 2:25 PM Cleber Rosa <cr...@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 <cr...@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 <willi...@redhat.com>