Skip to content

Commit

Permalink
fix(negative): invalid keywords
Browse files Browse the repository at this point in the history
Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Nov 3, 2023
1 parent 8f654fd commit 7a644ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/stress_cpu.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/stress_memory.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a644ba

Please sign in to comment.