Add CI test
Signed-off-by: Tony Asleson <tasleson@redhat.com>
This commit is contained in:
parent
f37f87a812
commit
a6b01dcdca
21
tests/tests.yml
Normal file
21
tests/tests.yml
Normal file
@ -0,0 +1,21 @@
|
||||
- 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"
|
||||
Loading…
Reference in New Issue
Block a user