Skip to content

Commit

Permalink
add init_nbd_vol
Browse files Browse the repository at this point in the history
  • Loading branch information
YunhuiChen committed Jan 22, 2021
1 parent 8d24a2e commit 82c6d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions robot/Resources/keywords/test_curve_stability_nbd.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,7 @@ def test_snapshot_all(vol_uuid):
check_md5_all = [True]
lazy_all = ["true","false"]
for check_md5 in check_md5_all:
init_nbd_vol(check_md5)
for lazy in lazy_all:
test_clone_vol_from_file(lazy)
test_clone_vol_same_uuid(lazy)
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
[Tags] P1 base first release failover no-need
test lazy clone flatten snapshot fail

test mds delay package 50ms
Expand Down

0 comments on commit 82c6d36

Please sign in to comment.