JIRA: https://issues.redhat.com/browse/RHELMISC-3943 Signed-off-by: Jianwen Ji <jiji@redhat.com>
15 lines
256 B
YAML
15 lines
256 B
YAML
# Tests for libkeepalive
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-source
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- gcc
|
|
- make
|
|
tests:
|
|
- keepalive-test:
|
|
dir: ./source
|
|
run: make test
|