device-mapper-multipath/tests/tests.yml
Benjamin Marzinski 3140cfbb24 device-mapper-multipath-0.8.4-5
Update CI tests to match RHEL
  * This commit also pulls in changes from Lin Li <lilin@redhat.com>
    and Bruno Goncalves <bgoncalv@redhat.com>
2020-07-21 19:45:41 -05:00

43 lines
895 B
YAML

---
# No tests suitable for atomic environment
# No tests suitable for container environment
# Tests suitable for classic environment
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- medium_error_scsi_debug:
run: ./main.sh
timeout: 15m
- squelch_scsi_id:
run: ./main.sh
timeout: 15m
- multipathd_oom:
run: ./main.sh
timeout: 15m
- user_friendly_names:
run: ./main.sh
timeout: 15m
- kpartx_4k_aligned:
run: ./main.sh
timeout: 15m
- bindings:
run: ./main.sh
timeout: 15m
required_packages:
- device-mapper-multipath
- perl
- role: standard-test-beakerlib
tags:
- classic
tests:
- multipath_conf_syntax:
timeout: 15m
required_packages:
- device-mapper-multipath
- perl