Enable Fedora CI
Signed-off-by: Gris Ge <fge@redhat.com>
This commit is contained in:
parent
e81873c290
commit
0c01427816
7
tests/cli_query_reapply.sh
Executable file
7
tests/cli_query_reapply.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
TMP_FILE=$(mktemp /tmp/nmstate.XXXXXX.yaml)
|
||||
|
||||
nmstatectl show > $TMP_FILE 2>/dev/null
|
||||
|
||||
nmstatectl set $TMP_FILE 2>/dev/null
|
12
tests/tests.yml
Normal file
12
tests/tests.yml
Normal file
@ -0,0 +1,12 @@
|
||||
- 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
|
Loading…
Reference in New Issue
Block a user