27 lines
692 B
YAML
27 lines
692 B
YAML
|
---
|
||
|
# Tests for docker container
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- container
|
||
|
# no compatible tests
|
||
|
|
||
|
# Tests for classic environment and Atomic Host
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- all
|
||
|
- classic
|
||
|
- atomic
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tests:
|
||
|
- port-forwarding
|
||
|
required_packages:
|
||
|
- iproute # needs ip command
|
||
|
- procps-ng # needs ps and pgrep commands
|
||
|
- initscripts # needs service command
|
||
|
- openssh-clients # needs ssh command
|
||
|
- findutils # needs find command
|
||
|
- net-tools # needs netstat command
|
||
|
- libselinux-utils # needs selinuxenabled command
|
||
|
- nmap-ncat # needs nc command
|