parent
992f6b72da
commit
1eaf5782f0
8
tests/run.sh
Normal file
8
tests/run.sh
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
ldd /usr/bin/libusb-test-stress
|
||||||
|
/usr/bin/libusb-test-stress
|
||||||
|
/usr/bin/libusb-test-libusb
|
||||||
|
/usr/bin/libusb-example-listdevs
|
17
tests/tests.yml
Normal file
17
tests/tests.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-source
|
||||||
|
tags:
|
||||||
|
- always
|
||||||
|
required_packages:
|
||||||
|
- git
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- atomic
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- test:
|
||||||
|
dir: .
|
||||||
|
run: run.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user