5d4892a80e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/nmstate#4a5bb4e177167a1ab52cb3253a26f31f8e855a0a
13 lines
228 B
YAML
13 lines
228 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-basic
|
|
tags:
|
|
- classic
|
|
remote_user: root
|
|
tests:
|
|
- cli_query_reapply:
|
|
dir: .
|
|
run: ./cli_query_reapply.sh
|
|
required_packages:
|
|
- nmstate
|