Skip to content

Commit ac762e4

Browse files
idevatrichm
authored andcommitted
fix: don't use fence_xvm in tests
The fence_xvm agent / fence-virt package is only available for x86_64 architecture. Using fence_xvm in tests caused they failed on e.g. aarch64.
1 parent 1f675ee commit ac762e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_cib_resources_create_and_load_info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
- name: role
247247
value: "{{ __unpromoted }}"
248248
- id: F1
249-
agent: "stonith:fence_xvm"
249+
agent: "stonith:fence_kdump"
250250
copy_operations_from_agent: false
251251
instance_attrs:
252252
- attrs:

0 commit comments

Comments
 (0)