From 29b927e473df6f665c507bd3c3873114536c191a Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 28 May 2019 14:03:11 +0200 Subject: [PATCH] ci: add basic smoke test for bolt Just execute 'boltctl --version' to check we can at least run. --- tests/tests.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..b21e12a --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,12 @@ +--- +- hosts: localhost + roles: + - role: standard-test-basic + tags: + - classic + required_packages: + - bolt + tests: + - smoke: + dir: smoke + run: boltctl --version