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"
21cdfc8
      fmf_filter: "tier: 1, 2 & tags: classic"
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"
21cdfc8
      fmf_filter: "tier: 1, 2 & tags: container, atomic"
a6a99a3
    required_packages:
a6a99a3
    - which             # smoke requires which