pacemaker/tests/tests.yml
Chris Lumens 923bc4efcb Run regression tests verbosely.
cts-fencing is failing with a timeout error, but there's no logging
available to see what could possibly be timing out.  I haven't been able
to reproduce this problem locally, and it didn't happen with the
previous RHEL 10 build (though, it does happen when running tests for
just this patch too), so if we can't see what is happening in CI, we
won't be able to figure it out.

Related: RHEL-106594
2025-08-13 16:45:42 -04:00

15 lines
289 B
YAML

---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
- container
tests:
- cts-regression:
dir: .
run: /usr/share/pacemaker/tests/cts-regression -V cli scheduler fencing
required_packages:
- pacemaker
- pacemaker-cts