21 lines
407 B
YAML
21 lines
407 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- sanity:
|
||
|
dir: sanity
|
||
|
run: ./ldbtest.sh
|
||
|
required_packages:
|
||
|
- make
|
||
|
- gcc
|
||
|
- libldb
|
||
|
- libldb-devel
|
||
|
- libtevent
|
||
|
- libtevent-devel
|
||
|
- libtalloc
|
||
|
- libtalloc-devel
|
||
|
- libcmocka
|
||
|
- libcmocka-devel
|