79c4324644
Change-Id: I2d302dda68298877c65c99147f5bf22186a59aac
27 lines
970 B
Diff
27 lines
970 B
Diff
From a13b274df192b01a2b8f3f5ca5497a330705caa3 Mon Sep 17 00:00:00 2001
|
|
From: zhujun2 <zhujun2_yewu@cmss.chinamobile.com>
|
|
Date: Fri, 24 Nov 2023 00:46:51 -0800
|
|
Subject: [PATCH] tests/qtest/migration-test.c: spelling fix: bandwith
|
|
|
|
Signed-off-by: zhujun2 <zhujun2_yewu@cmss.chinamobile.com>
|
|
---
|
|
tests/qtest/migration-test.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c
|
|
index 8fad247f6c..3813b15ea9 100644
|
|
--- a/tests/qtest/migration-test.c
|
|
+++ b/tests/qtest/migration-test.c
|
|
@@ -1157,7 +1157,7 @@ static void test_migrate_auto_converge(void)
|
|
|
|
/*
|
|
* We want the test to be stable and as fast as possible.
|
|
- * E.g., with 1Gb/s bandwith migration may pass without throttling,
|
|
+ * E.g., with 1Gb/s bandwidth migration may pass without throttling,
|
|
* so we need to decrease a bandwidth.
|
|
*/
|
|
const int64_t init_pct = 5, inc_pct = 50, max_pct = 95;
|
|
--
|
|
2.27.0
|
|
|