parent
871af32912
commit
34e523315c
9
tests/smoke/runtest.sh
Executable file
9
tests/smoke/runtest.sh
Executable 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
8
tests/tests.yml
Normal file
@ -0,0 +1,8 @@
|
||||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- smoke
|
||||
required_packages:
|
Loading…
Reference in New Issue
Block a user