Enable gating test for c10s dmidecode by copying from c9s. Resolves: RHEL-33027 Signed-off-by: Lichen Liu <lichliu@redhat.com>
13 lines
222 B
YAML
13 lines
222 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- selftest
|
|
required_packages:
|
|
- make
|
|
- gcc
|