From: Denis Plotnikov Date: Wed, 29 Jan 2020 21:23:31 +0000 (+0100) Subject: tests: rename virtio_seg_max_adjust to virtio_check_params X-Git-Tag: v5.0.0-rc0~101^2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47d4c6e696699337a7ec062f4f54f6c187a94034;p=thirdparty%2Fqemu.git tests: rename virtio_seg_max_adjust to virtio_check_params 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 Message-Id: <20200129140702.5411-5-dplotnikov@virtuozzo.com> Acked-by: Cornelia Huck Signed-off-by: Philippe Mathieu-Daudé --- 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