From a6b01dcdca096418b67cc755d2026d97acef724e Mon Sep 17 00:00:00 2001 From: Tony Asleson Date: Tue, 15 Dec 2020 11:07:55 -0600 Subject: [PATCH] Add CI test Signed-off-by: Tony Asleson --- tests/tests.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/tests.yml 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"