Skip to content

Commit

Permalink
test: should only operate on test_ vgs
Browse files Browse the repository at this point in the history
Tests that use `snapshot_lvm_all_vgs: true` must restrict operations
to vgs that start with `test_` to avoid conflicts with non-test vgs.

Signed-off-by: Rich Megginson <[email protected]>
  • Loading branch information
richm committed Aug 14, 2024
1 parent 611003a commit 6691b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/tests_thin_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- name: Basic snapshot test
hosts: all
vars:
# only use vgs matching this pattern
snapshot_lvm_vg_include: "^test_"
test_disk_min_size: "1g"
test_disk_count: 10
test_storage_pools:
Expand Down

0 comments on commit 6691b65

Please sign in to comment.