ce1afcf
---
ce1afcf
# Tests for docker container
ce1afcf
- hosts: localhost
ce1afcf
  tags:
ce1afcf
    - container
ce1afcf
  # no compatible tests
ce1afcf
ce1afcf
# Tests for classic environment and Atomic Host
ce1afcf
- hosts: localhost
ce1afcf
  tags:
ce1afcf
    - all
ce1afcf
    - classic
ce1afcf
    - atomic
ce1afcf
  roles:
ce1afcf
  - role: standard-test-beakerlib
ce1afcf
    tests:
ce1afcf
    - port-forwarding
1ce235a
    - pam_ssh_agent_auth
ce1afcf
    required_packages:
ce1afcf
    - iproute           # needs ip command
ce1afcf
    - procps-ng         # needs ps and pgrep commands
ce1afcf
    - initscripts       # needs service command
ce1afcf
    - openssh-clients   # needs ssh command
ce1afcf
    - findutils         # needs find command
ce1afcf
    - net-tools         # needs netstat command
ce1afcf
    - libselinux-utils  # needs selinuxenabled command
ce1afcf
    - nmap-ncat         # needs nc command
1ce235a
    - pam_ssh_agent_auth
1ce235a
    - gcc               # needs to test pam_ssh_agent_auth
1ce235a
    - pam-devel         # needs to test pam_ssh_agent_auth
1ce235a
    - expect            # needs to test pam_ssh_agent_auth