Re: [PATCH v1 4/4] tests: rename virtio_seg_max_adjust to virtio_check_params

2021-09-08 Thread Philippe Mathieu-Daudé
On 1/29/20 3:07 PM, Denis Plotnikov wrote:
> Since, virtio_seg_max_adjust checks not only seg_max, but also
> virtqueue_size parameter, let's make the test more general and
> add new parameters to be checked there in the future.
> 
> Signed-off-by: Denis Plotnikov 
> ---
>  .../{virtio_seg_max_adjust.py => virtio_check_params.py}  | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  rename tests/acceptance/{virtio_seg_max_adjust.py => virtio_check_params.py} 
> (100%)

Old one... reminds me of
https://lore.kernel.org/qemu-devel/20200129212345.20547-1-phi...@redhat.com/
:~(

Reviewed-by: Philippe Mathieu-Daudé 




[PATCH v1 4/4] tests: rename virtio_seg_max_adjust to virtio_check_params

2020-01-29 Thread Denis Plotnikov
Since, virtio_seg_max_adjust checks not only seg_max, but also
virtqueue_size parameter, let's make the test more general and
add new parameters to be checked there in the future.

Signed-off-by: Denis Plotnikov 
---
 .../{virtio_seg_max_adjust.py => virtio_check_params.py}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename tests/acceptance/{virtio_seg_max_adjust.py => virtio_check_params.py} 
(100%)

diff --git a/tests/acceptance/virtio_seg_max_adjust.py 
b/tests/acceptance/virtio_check_params.py
similarity index 100%
rename from tests/acceptance/virtio_seg_max_adjust.py
rename to tests/acceptance/virtio_check_params.py
-- 
2.17.0