diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..022fcc4 --- /dev/null +++ b/tests/tests.yml @@ -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"