summaryrefslogtreecommitdiffstats
path: root/tests/filesystem.yml
blob: 09b1c4344e5003c8e504ea9d664e51d80c820fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
# Tests suitable to run in a classic environment
- hosts: localhost
  tags:
  - classic
  roles:
  - role: standard-test-beakerlib
    tests:
    - filesystem/ext4/freeze-protection-bypass
    required_packages:
    - kernel
    - e2fsprogs
    - util-linux
    ignore_errors: yes

# Tests suitable to run in a docker environment
- hosts: localhost
  tags:
  - container
  roles:
  - role: standard-test-beakerlib
    tests:
    - filesystem/ext4/freeze-protection-bypass
    required_packages:
    - kernel
    - e2fsprogs
    - util-linux
    ignore_errors: yes

# Tests suitable to run in an Atomic Host environment
- hosts: localhost
  tags:
  - atomic
  roles:
  - role: standard-test-beakerlib
    tests:
    - filesystem/ext4/freeze-protection-bypass
    required_packages:
    - kernel
    - e2fsprogs
    - util-linux
    ignore_errors: yes