2020-10-14 21:36:17 +00:00
|
|
|
---
|
|
|
|
# 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
|
2021-04-20 01:57:06 +00:00
|
|
|
- restate_module:
|
|
|
|
run: ./main.sh
|
|
|
|
timeout: 15m
|
|
|
|
- find_multipaths:
|
|
|
|
run: ./main.sh
|
|
|
|
timeout: 15m
|
2020-10-14 21:36:17 +00:00
|
|
|
- multipath_conf_syntax:
|
2021-04-20 01:57:06 +00:00
|
|
|
run: ./main.sh
|
|
|
|
timeout: 15m
|
|
|
|
- alias_clash:
|
|
|
|
run: ./main.sh
|
2020-10-14 21:36:17 +00:00
|
|
|
timeout: 15m
|
|
|
|
required_packages:
|
|
|
|
- device-mapper-multipath
|
|
|
|
- perl
|