libnetfilter_cttimeout/tests/tests.yml
Jianwen Ji 09ab0adc95 initial gating tests for rhel10
JIRA: https://issues.redhat.com/browse/RHELMISC-3943

Signed-off-by: Jianwen Ji <jiji@redhat.com>
2024-05-10 22:07:09 +08:00

16 lines
365 B
YAML

# Tests for libnetfilter_cttimeout
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
required_packages:
- gcc
- conntrack-tools
tests:
- sanity-test:
dir: .
run: bash ./run-test.sh timeout | tee cttimeout_test.log | grep -q '^OK':' [0-9]* BAD':' 0$'
save_files:
- cttimeout_test.log