Skip to content

Commit

Permalink
open test case:check md5 false
Browse files Browse the repository at this point in the history
  • Loading branch information
YunhuiChen committed Jan 27, 2021
1 parent 650674a commit 0021faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion robot/Resources/keywords/test_curve_stability_nbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def test_lazy_clone_flatten_snapshot_fail():
unlink_clone_vol(vol_id)

def test_snapshot_all(vol_uuid):
check_md5_all = [True]
check_md5_all = [True,False]
lazy_all = ["true","false"]
for check_md5 in check_md5_all:
for lazy in lazy_all:
Expand Down
2 changes: 1 addition & 1 deletion robot/curve_failover_robot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ stop snapshot test
stop snapshot test

test lazy clone fail flatten and snapshot
[Tags] P1 base first release failover no-need
[Tags] P1 base first release failover
test lazy clone flatten snapshot fail

test mds delay package 50ms
Expand Down

0 comments on commit 0021faf

Please sign in to comment.