bbd2ee2343
Add OSCI gating tests Also fix the changelog time, update gitignore. Resolves: rhbz#1958118 Signed-off-by: Hangbin Liu <haliu@redhat.com>
16 lines
259 B
YAML
16 lines
259 B
YAML
# Tests for wireguard-tools
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- iperf3
|
|
- iproute
|
|
- iptables
|
|
- nmap-ncat
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- sanity-tests:
|
|
dir: .
|
|
run: netns.sh
|