Skip to content

Commit

Permalink
Merge pull request #5083 from meinaLi/commit_bandwidth
Browse files Browse the repository at this point in the history
backingchain: add case with --keep-relative and --bandwidth
  • Loading branch information
dzhengfy authored Aug 15, 2023
2 parents 61479e5 + 5aa53f9 commit 4727ae0
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
- inactive:
only file_disk
commit_times = 2
commit_options = " --wait --verbose --keep-relative"
top_image_suffix = 2,1
base_image_suffix = 1,0
expected_chain = '3>base'
variants:
- keep_relative:
commit_options = " --wait --verbose --keep-relative"
- keep_relative_bandwidth:
commit_options = " --wait --verbose --keep-relative --bandwidth 100"
variants:
- file_disk:
disk_type = "file"
Expand Down

0 comments on commit 4727ae0

Please sign in to comment.