22 lines
561 B
YAML
22 lines
561 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- simple:
|
|
dir: ./libstoragemgmt/test/
|
|
run: ./integration.sh
|
|
required_packages:
|
|
- libstoragemgmt
|
|
- libstoragemgmt-arcconf-plugin
|
|
- libstoragemgmt-hpsa-plugin
|
|
- libstoragemgmt-local-plugin
|
|
- libstoragemgmt-megaraid-plugin
|
|
- libstoragemgmt-nfs-plugin
|
|
- libstoragemgmt-targetd-plugin
|
|
- libstoragemgmt-udev
|
|
repositories:
|
|
- repo: "https://github.com/libstorage/libstoragemgmt.git"
|
|
dest: "libstoragemgmt"
|