summaryrefslogtreecommitdiffstats
path: root/tests/tests.yml
blob: 26138855f0ec77d39631ba9bd4ac2f468a7f786c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
# This first play always runs on the local staging system
- hosts: localhost
  roles:
  - role: standard-test-beakerlib
    tags:
    - classic
    - container
    - atomic
    tests:
    - Smoke
    required_packages:
    - lua     # Required for smoke test
    - which   # Required for smoke test