tests: Pull in tests to make gating happy

Related: #1938801
This commit is contained in:
Benjamin Berg 2022-02-11 18:41:33 +01:00
parent 992f6b72da
commit 1eaf5782f0
2 changed files with 25 additions and 0 deletions

8
tests/run.sh Normal file
View 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
View 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