add smoke test

Related: #2182490
This commit is contained in:
Miroslav Lichvar 2023-07-25 15:06:44 +02:00
parent 871af32912
commit 34e523315c
2 changed files with 17 additions and 0 deletions

9
tests/smoke/runtest.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
set -ex
for b in gpsd gpscat gpspipe cgps gpsfake ubxtool; do
$b --help |& grep -i ^usage:
done
exit 0

8
tests/tests.yml Normal file
View File

@ -0,0 +1,8 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- smoke
required_packages: