a6a99a3
---
a6a99a3
a6a99a3
# Tests that run in classic context
a6a99a3
- hosts: localhost
a6a99a3
  roles:
a6a99a3
  - role: standard-test-beakerlib
a6a99a3
    tags:
a6a99a3
    - classic
a6a99a3
    repositories:
a6a99a3
    - repo: "https://src.fedoraproject.org/tests/shell.git"
a6a99a3
      dest: "shell"
a6a99a3
    tests:
a6a99a3
    - shell/func
a6a99a3
    - shell/login
a6a99a3
    - shell/smoke
a6a99a3
    required_packages:
a6a99a3
    - expect            # login requires expect
a6a99a3
    - which             # smoke requires which
a6a99a3
a6a99a3
# Tests that run in container and atomic contexts
a6a99a3
- hosts: localhost
a6a99a3
  roles:
a6a99a3
  - role: standard-test-beakerlib
a6a99a3
    tags:
a6a99a3
    - container
a6a99a3
    - atomic
a6a99a3
    repositories:
a6a99a3
    - repo: "https://src.fedoraproject.org/tests/shell.git"
a6a99a3
      dest: "shell"
a6a99a3
    tests:
a6a99a3
    - shell/func
a6a99a3
    - shell/smoke
a6a99a3
    required_packages:
a6a99a3
    - which             # smoke requires which