ac4e55e1c0
Update Source to upstream version 0.8.6 * Previous patches 0001-0146 are included in the commit Rename files * Previous patches 0147-0156 are now patches 0001-0010 sync tests with RHEL repository
45 lines
981 B
YAML
45 lines
981 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
|
|
- restate_module:
|
|
run: ./main.sh
|
|
timeout: 15m
|
|
- find_multipaths:
|
|
run: ./main.sh
|
|
timeout: 15m
|
|
- multipath_conf_syntax:
|
|
run: ./main.sh
|
|
timeout: 15m
|
|
- alias_clash:
|
|
run: ./main.sh
|
|
timeout: 15m
|
|
required_packages:
|
|
- device-mapper-multipath
|
|
- perl
|