From 7a644baaa26d1a561349a8a876af642742899048 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Fri, 3 Nov 2023 16:08:28 +0800 Subject: [PATCH] fix(negative): invalid keywords Signed-off-by: Chin-Ya Huang --- e2e/tests/stress_cpu.robot | 2 +- e2e/tests/stress_memory.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/tests/stress_cpu.robot b/e2e/tests/stress_cpu.robot index e71cd817fd..02c6995374 100644 --- a/e2e/tests/stress_cpu.robot +++ b/e2e/tests/stress_cpu.robot @@ -32,7 +32,7 @@ Stress Volume Node CPU When Volume Is Detaching and Attaching And Write data to the volume FOR ${i} IN RANGE ${LOOP_COUNT} - When Stress volume node cpu + When Stress the CPU of all volume nodes And Detach volume from node And Attach volume to node diff --git a/e2e/tests/stress_memory.robot b/e2e/tests/stress_memory.robot index eda2cfef5c..bfa44fe24f 100644 --- a/e2e/tests/stress_memory.robot +++ b/e2e/tests/stress_memory.robot @@ -32,7 +32,7 @@ Stress Volume Node Memory When Volume Is Detaching and Attaching And Write data to the volume FOR ${i} IN RANGE ${LOOP_COUNT} - When Stress volume node memory + When Stress the memory of all volume nodes And Detach volume from node And Attach volume to node