a046880190
Resolves: rhbz#1973503 Signed-off-by: Jianwen Ji <jiji@redhat.com>
12 lines
214 B
YAML
12 lines
214 B
YAML
# Tests for plotnetcfg
|
|
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-basic
|
|
required_packages:
|
|
- jq
|
|
tests:
|
|
- sanity-test:
|
|
run: plotnetcfg && plotnetcfg -f json | jq
|