[PATCH v3 0/5] More record/replay acceptance tests

Pavel Dovgalyuk posted 5 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/162737551207.1735673.5022919664900932604.stgit@pasha-ThinkPad-X280
Maintainers: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>, "Philippe Mathieu-Daudé" <philmd@redhat.com>, Thomas Huth <thuth@redhat.com>, Cornelia Huck <cohuck@redhat.com>, Cleber Rosa <crosa@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
MAINTAINERS                       |   1 +
tests/acceptance/replay_kernel.py |  39 ++++++++++
tests/acceptance/replay_linux.py  | 116 ++++++++++++++++++++++++++++++
3 files changed, 156 insertions(+)
create mode 100644 tests/acceptance/replay_linux.py
[PATCH v3 0/5] More record/replay acceptance tests
Posted by Pavel Dovgalyuk 2 years, 9 months ago
The following series adds new record/replay tests to the acceptance group.

The provided tests perform kernel boot and disk image boot scenarios.
For all of them recording and replaying phases are executed.
Tests were borrowed from existing boot_linux*.py tests.

New tests include kernel boot for s390x, alpha, nios2, and openrisc,
and Linux boot with cloudinit image for x86_64.

v3 changes:
 - rebased
 - removed duplicate ppc64 test
v2 changes:
 - moved ppc64 test to the right script

---

Pavel Dovgaluk (1):
      tests/acceptance: Linux boot test for record/replay

Pavel Dovgalyuk (4):
      tests/acceptance: add replay kernel test for s390
      tests/acceptance: add replay kernel test for openrisc
      tests/acceptance: add replay kernel test for nios2
      tests/acceptance: add replay kernel test for alpha


 MAINTAINERS                       |   1 +
 tests/acceptance/replay_kernel.py |  39 ++++++++++
 tests/acceptance/replay_linux.py  | 116 ++++++++++++++++++++++++++++++
 3 files changed, 156 insertions(+)
 create mode 100644 tests/acceptance/replay_linux.py

--
Pavel Dovgalyuk

Re: [PATCH v3 0/5] More record/replay acceptance tests
Posted by Philippe Mathieu-Daudé 2 years, 7 months ago
On 7/27/21 10:45, Pavel Dovgalyuk wrote:
> The following series adds new record/replay tests to the acceptance group.
> 
> The provided tests perform kernel boot and disk image boot scenarios.
> For all of them recording and replaying phases are executed.
> Tests were borrowed from existing boot_linux*.py tests.
> 
> New tests include kernel boot for s390x, alpha, nios2, and openrisc,
> and Linux boot with cloudinit image for x86_64.
> 
> v3 changes:
>  - rebased
>  - removed duplicate ppc64 test
> v2 changes:
>  - moved ppc64 test to the right script
> 
> ---
> 
> Pavel Dovgaluk (1):
>       tests/acceptance: Linux boot test for record/replay
> 
> Pavel Dovgalyuk (4):
>       tests/acceptance: add replay kernel test for s390
>       tests/acceptance: add replay kernel test for openrisc
>       tests/acceptance: add replay kernel test for nios2
>       tests/acceptance: add replay kernel test for alpha

Thanks Pavel, I apologize for the delay, and have now applied
your series to my integration-testing tree.


Re: [PATCH v3 0/5] More record/replay acceptance tests
Posted by dovgaluk@ispras.ru 2 years, 7 months ago
Philippe Mathieu-Daudé писал 2021-09-27 19:37:
> On 7/27/21 10:45, Pavel Dovgalyuk wrote:
>> The following series adds new record/replay tests to the acceptance 
>> group.
>> 
>> The provided tests perform kernel boot and disk image boot scenarios.
>> For all of them recording and replaying phases are executed.
>> Tests were borrowed from existing boot_linux*.py tests.
>> 
>> New tests include kernel boot for s390x, alpha, nios2, and openrisc,
>> and Linux boot with cloudinit image for x86_64.
>> 
>> v3 changes:
>>  - rebased
>>  - removed duplicate ppc64 test
>> v2 changes:
>>  - moved ppc64 test to the right script
>> 
>> ---
>> 
>> Pavel Dovgaluk (1):
>>       tests/acceptance: Linux boot test for record/replay
>> 
>> Pavel Dovgalyuk (4):
>>       tests/acceptance: add replay kernel test for s390
>>       tests/acceptance: add replay kernel test for openrisc
>>       tests/acceptance: add replay kernel test for nios2
>>       tests/acceptance: add replay kernel test for alpha
> 
> Thanks Pavel, I apologize for the delay, and have now applied
> your series to my integration-testing tree.

Thank you.