The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/libpcap#e8d448bde2b3132ab46b25d48a61ed27491b59bf
18 lines
339 B
YAML
18 lines
339 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- sanity-tests
|
|
required_packages:
|
|
- libnet
|
|
- libnet-devel
|
|
- libpcap
|
|
- libpcap-devel
|
|
- systemd
|
|
- wireshark-cli
|
|
- libcmocka
|
|
- libcmocka-devel
|
|
- gcc
|