Blob Blame History Raw
---
# Tests suitable to run in classic environment
- hosts: localhost
  roles:
  - role: standard-test-basic
    # python-stqe cannot be installed on 'atomic', no need to run on 'container'
    tags:
    - classic
    repositories:
    - repo: "https://gitlab.com/rh-kernel-stqe/python-stqe.git"
      dest: "python-stqe"
    tests:
    # Install python-stqe first
    - install_stqe:
        dir: python-stqe
        run: python3 setup.py install
    - targetcli:
        dir: ./
        run: stqe-test run --fmf --path targetcli
    required_packages:
    # required for python-stqe
    - python3-pyyaml
    - python3-netifaces
    - python3-paramiko
    - python3-augeas