Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/tests_lvm_pool_shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
lvm_conf: /etc/lvm/lvm.conf

tasks:
- name: Skip this test if test system does not support
meta: end_host
when: lookup("env", "SYSTEM_ROLES_STORAGE_SHARED_TEST") != "true"

- name: Run the test
block:
- name: See if lvm.conf exists
Expand Down