nmap/tests/tests.yml
Serhii Turivnyi e38af10998 Add CI tests using the standard test interface
- ncat-protocol-sanity-test
 - simple-functionality-test
2017-11-29 15:17:00 +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