99046987c4
Resolves: #1987425
14 lines
286 B
YAML
14 lines
286 B
YAML
---
|
|
# Tests that run in all contexts
|
|
- hosts: localhost
|
|
vars:
|
|
use_beakerlib_libraries: true
|
|
roles:
|
|
- role: standard-test-rhts
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- imaptest-libdovector-integrity
|
|
required_packages:
|
|
- findutils # beakerlib needs find command
|