[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] tests/migration: Nitpick the inconsistent parameters
From: |
Fabiano Rosas |
Subject: |
Re: [PATCH 1/2] tests/migration: Nitpick the inconsistent parameters |
Date: |
Tue, 06 Aug 2024 15:13:38 -0300 |
yong.huang@smartx.com writes:
> From: Hyman Huang <yong.huang@smartx.com>
>
> Signed-off-by: Hyman Huang <yong.huang@smartx.com>
> ---
> tests/migration/guestperf/comparison.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/migration/guestperf/comparison.py
> b/tests/migration/guestperf/comparison.py
> index 42cc0372d1..40e9d2eb1d 100644
> --- a/tests/migration/guestperf/comparison.py
> +++ b/tests/migration/guestperf/comparison.py
> @@ -127,7 +127,7 @@ def __init__(self, name, scenarios):
> # varying numbers of channels
> Comparison("compr-multifd", scenarios = [
> Scenario("compr-multifd-channels-4",
> - multifd=True, multifd_channels=2),
> + multifd=True, multifd_channels=4),
> Scenario("compr-multifd-channels-8",
> multifd=True, multifd_channels=8),
> Scenario("compr-multifd-channels-32",
Reviewed-by: Fabiano Rosas <farosas@suse.de>