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