ci: add basic smoke test for bolt
Just execute 'boltctl --version' to check we can at least run.
This commit is contained in:
parent
564b100383
commit
29b927e473
12
tests/tests.yml
Normal file
12
tests/tests.yml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
required_packages:
|
||||
- bolt
|
||||
tests:
|
||||
- smoke:
|
||||
dir: smoke
|
||||
run: boltctl --version
|
Loading…
Reference in New Issue
Block a user