4e5dfae237
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/nmap#b0d2e8add17e7c21b40790e528522977b3a0b5ed
17 lines
561 B
YAML
17 lines
561 B
YAML
---
|
|
# Tests that run in all contexts
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- ncat-protocol-sanity-test
|
|
- simple-functionality-test
|
|
required_packages:
|
|
- kernel-modules # Required to run ncat-protocol-sanity-test
|
|
- nmap # Required to run simple-functionality-test
|
|
- lsof # Required to run simple-functionality-test
|
|
- tcpdump # Required to run ncat-protocol-sanity-test
|
|
- expect # Required to run ncat-protocol-sanity-test
|