d9a596f138
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/iproute#3e3e60bdb8a4a9eac937eb1b076b5f381c6b978c
28 lines
599 B
YAML
28 lines
599 B
YAML
---
|
|
# Tests that run in all contexts
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- atomic
|
|
tests:
|
|
- ip-neigh-sanity-test
|
|
- ip-rule-sanity-test
|
|
- bridge-utility
|
|
- ip-link-sanity-test
|
|
- ip-address-sanity-test
|
|
- ip-address-label-sanity-test
|
|
- ip-fou-sanity-test
|
|
- ip-token-sanity-test
|
|
- ip-tuntap-sanity-test
|
|
- ip-tunnel-sanity-test
|
|
- ip-l2tp-sanity-test
|
|
- ip-netns-sanity-test
|
|
- ip-route-sanity-test
|
|
- ip-neighbor-sanity-test
|
|
required_packages:
|
|
- iproute
|
|
- bridge-utils
|
|
- python3
|