nmap/tests/tests.yml
Petr Šabata 4e5dfae237 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/nmap#b0d2e8add17e7c21b40790e528522977b3a0b5ed
2020-10-15 21:08:37 +02:00

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