vishalmishra434 / rpms / openssh

Forked from rpms/openssh a month ago
Clone
Mike Gahagan ce1afc
---
Mike Gahagan ce1afc
# Tests for docker container
Mike Gahagan ce1afc
- hosts: localhost
Mike Gahagan ce1afc
  tags:
Mike Gahagan ce1afc
    - container
Mike Gahagan ce1afc
  # no compatible tests
Mike Gahagan ce1afc
Mike Gahagan ce1afc
# Tests for classic environment and Atomic Host
Mike Gahagan ce1afc
- hosts: localhost
Mike Gahagan ce1afc
  tags:
Mike Gahagan ce1afc
    - all
Mike Gahagan ce1afc
    - classic
Mike Gahagan ce1afc
    - atomic
Mike Gahagan ce1afc
  roles:
Mike Gahagan ce1afc
  - role: standard-test-beakerlib
Mike Gahagan ce1afc
    tests:
Mike Gahagan ce1afc
    - port-forwarding
Jakub Jelen 1ce235
    - pam_ssh_agent_auth
Mike Gahagan ce1afc
    required_packages:
Mike Gahagan ce1afc
    - iproute           # needs ip command
Mike Gahagan ce1afc
    - procps-ng         # needs ps and pgrep commands
Mike Gahagan ce1afc
    - initscripts       # needs service command
Mike Gahagan ce1afc
    - openssh-clients   # needs ssh command
Mike Gahagan ce1afc
    - findutils         # needs find command
Mike Gahagan ce1afc
    - net-tools         # needs netstat command
Mike Gahagan ce1afc
    - libselinux-utils  # needs selinuxenabled command
Mike Gahagan ce1afc
    - nmap-ncat         # needs nc command
Jakub Jelen 1ce235
    - pam_ssh_agent_auth
Jakub Jelen 1ce235
    - gcc               # needs to test pam_ssh_agent_auth
Jakub Jelen 1ce235
    - pam-devel         # needs to test pam_ssh_agent_auth
Jakub Jelen 1ce235
    - expect            # needs to test pam_ssh_agent_auth